Skip to content

Commit c20a2a6

Browse files
authored
Merge pull request #595 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 2 to 5
2 parents 3026615 + 30c5ddf commit c20a2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-20.04
2424
steps:
2525
- name: Set up Go
26-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v5
2727
with:
2828
go-version: ${{ env.GO_VERSION }}
2929
id: go

0 commit comments

Comments
 (0)