Skip to content

Commit 9e6df7d

Browse files
authored
Merge pull request #4002 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-6.0.0
Bump actions/setup-go from 5.5.0 to 6.0.0
2 parents b343c7e + ea4506e commit 9e6df7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Set up Go
4040
id: go
41-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
41+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4242
with:
4343
go-version: ${{ steps.golangversion.outputs.go_version }}
4444
check-latest: true

0 commit comments

Comments
 (0)