Skip to content

Commit 979bc02

Browse files
authored
Merge pull request #351 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-5
🌱 Bump actions/setup-go from 4 to 5
2 parents 9a7dfbb + 9f60323 commit 979bc02

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
@@ -12,7 +12,7 @@ jobs:
1212
- ""
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-go@v4
15+
- uses: actions/setup-go@v5
1616
with:
1717
go-version: '1.20'
1818
- name: golangci-lint

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Go
23-
uses: actions/setup-go@v4
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version: '1.20'
2626
- name: Run GoReleaser

0 commit comments

Comments
 (0)