Skip to content

Commit 76b5567

Browse files
authored
Merge pull request #2617 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-5
🌱 Bump actions/setup-go from 4 to 5
2 parents 9b51cb5 + c18b8a8 commit 76b5567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- ""
1515
- tools/setup-envtest
1616
steps:
17-
- uses: actions/setup-go@v4
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: '1.21'
2020
cache: false

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check out code
2222
uses: actions/checkout@v4 # tag=v3.5.3
2323
- name: Set up Go
24-
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
24+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
2525
with:
2626
go-version: '1.21'
2727
- name: Update all modules

0 commit comments

Comments
 (0)