Skip to content

Commit fed67bc

Browse files
authored
Merge pull request #1 from firefart/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents b0c1efe + 5ac1030 commit fed67bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
go: ["1.18"]
1010
steps:
1111
- name: Set up Go ${{ matrix.go }}
12-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v3
1313
with:
1414
go-version: ${{ matrix.go }}
1515

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3
99

10-
- uses: actions/setup-go@v2
10+
- uses: actions/setup-go@v3
1111
with:
1212
go-version: "^1.18"
1313

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Fetch all tags
2020
run: git fetch --force --tags
2121
- name: Set up Go
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v3
2323
with:
2424
go-version: 1.18
2525
- name: Run GoReleaser

0 commit comments

Comments
 (0)