Skip to content

Commit c4390fb

Browse files
authored
Merge pull request #157 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-5.0.0
🌱 Bump actions/setup-go from 3.4.0 to 5.0.0
2 parents ac11b74 + a3b1c30 commit c4390fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5.0
21+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
2222
with:
2323
go-version: '1.21'
2424
id: go

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: vars
2222
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2323
- name: Set up Go
24-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5.0
24+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
2525
with:
2626
go-version: ${{ steps.vars.outputs.go_version }}
2727
- name: golangci-lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Install go
24-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5.0
24+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
2525
with:
2626
go-version: '^1.21'
2727
- name: generate release artifacts

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check out code
1616
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3.1.0
1717
- name: Setup go
18-
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.0
18+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
1919
with:
2020
go-version: 1.21
2121
- name: Run verify container script

0 commit comments

Comments
 (0)