Skip to content

Commit 3c39c7c

Browse files
chore(deps): bump actions/setup-go from 5.2.0 to 6.0.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...4469467) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdc7569 commit 3c39c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Set up Go
31-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5.2.0
31+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 #v6.0.0
3232
with:
3333
go-version-file: ./go.mod
3434
cache-dependency-path: ./go.sum

0 commit comments

Comments
 (0)