Skip to content

Commit 067e6aa

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-go-5.0.0'
2 parents b645b97 + 5a421f5 commit 067e6aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2323
2424
- name: Setup Go environment
25-
uses: actions/setup-go@v4.1.0
25+
uses: actions/setup-go@v5.0.0
2626
with:
2727
go-version: "${{ env.go_version }}"
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2929
3030
- name: Setup Go environment
31-
uses: actions/setup-go@v4.1.0
31+
uses: actions/setup-go@v5.0.0
3232
with:
3333
go-version: "${{ env.go_version }}"
3434

0 commit comments

Comments
 (0)