Skip to content

Commit

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

🌱 Bump actions/setup-go from 4 to 5
  • Loading branch information
k8s-ci-robot committed Dec 12, 2023
2 parents 9b51cb5 + c18b8a8 commit 76b5567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- ""
- tools/setup-envtest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-dependabot.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4 # tag=v3.5.3
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
with:
go-version: '1.21'
- name: Update all modules
Expand Down

0 comments on commit 76b5567

Please sign in to comment.