Skip to content

Commit 7d54fcc

Browse files
authored
Merge pull request #2 from Allan-Nava/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents 8d4b27b + a3b2f99 commit 7d54fcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fi
5656
- name: Setup Go environment
5757
if: steps.check-for-backend.outputs.has-backend == 'true'
58-
uses: actions/setup-go@v2
58+
uses: actions/setup-go@v3
5959
with:
6060
go-version: '1.17'
6161

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: '14.x'
1919

2020
- name: Setup Go environment
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: '1.17'
2424

0 commit comments

Comments
 (0)