Skip to content

Commit 479b723

Browse files
authored
Merge pull request #2821 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-5.0.1
🌱 Bump actions/setup-go from 5.0.0 to 5.0.1
2 parents 2668ae0 + 44a0d0e commit 479b723

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
@@ -24,7 +24,7 @@ jobs:
2424
- tools/setup-envtest
2525
steps:
2626
- name: Set up Go
27-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
27+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # tag=v5.0.1
2828
with:
2929
go-version: "1.22"
3030
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5
2323
- name: Set up Go
24-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
24+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # tag=v5.0.1
2525
with:
2626
go-version: '1.22'
2727
- name: Update all modules

0 commit comments

Comments
 (0)