Skip to content

Commit f6732d1

Browse files
authored
Merge pull request #4682 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-5
🌱 bump actions/setup-go from 4 to 5
2 parents f2956f7 + ae91f22 commit f6732d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Set up Go 1.x
22-
uses: actions/setup-go@v4
22+
uses: actions/setup-go@v5
2323
with:
2424
go-version: '1.20'
2525
id: go

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ref: ${{ matrix.branch }}
2424
- name: Setup go
25-
uses: actions/setup-go@v4
25+
uses: actions/setup-go@v5
2626
with:
2727
go-version-file: '${{ github.workspace }}/go.mod'
2828
- name: Run verify container script

0 commit comments

Comments
 (0)