Skip to content

Commit

Permalink
Merge pull request #595 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-go-5

Bump actions/setup-go from 2 to 5
  • Loading branch information
k8s-ci-robot authored Mar 30, 2024
2 parents 3026615 + 30c5ddf commit c20a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
id: go
Expand Down

0 comments on commit c20a2a6

Please sign in to comment.