Skip to content

Commit ec97ebb

Browse files
authored
Merge pull request #85 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-4
🌱 Bump actions/setup-go from 3 to 4
2 parents 4d62c9b + 2588905 commit ec97ebb

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@v3
15-
- uses: actions/setup-go@v3
15+
- uses: actions/setup-go@v4
1616
with:
1717
go-version: '1.19'
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@v3
23+
uses: actions/setup-go@v4
2424
with:
2525
go-version: '1.19'
2626
- name: Generate release artifacts

0 commit comments

Comments
 (0)