Skip to content

Commit 324e0e4

Browse files
authored
Merge pull request #4278 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-5
🌱 Bump actions/setup-go from 4 to 5
2 parents d299ab5 + ecf865d commit 324e0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Setup Go
26-
uses: actions/setup-go@v4
26+
uses: actions/setup-go@v5
2727
with:
2828
go-version: '1.22'
2929

0 commit comments

Comments
 (0)