Skip to content

Commit bda67fe

Browse files
chore(deps): update actions/setup-go action to v2 (#520)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 94b8b5b commit bda67fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Set up Go
11-
uses: actions/setup-go@v1
11+
uses: actions/setup-go@v2
1212
with:
1313
go-version: 1.17
1414
id: go

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v1
20+
uses: actions/setup-go@v2
2121
with:
2222
go-version: 1.17
2323
id: go

0 commit comments

Comments
 (0)