Skip to content

Commit bc1f782

Browse files
authored
Merge pull request #62 from k0sproject/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 4 to 5
2 parents 505cfdf + 17a7254 commit bc1f782

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v4
5656

5757
- name: Set up Go
58-
uses: actions/setup-go@v4
58+
uses: actions/setup-go@v5
5959
with:
6060
go-version-file: go.mod
6161
check-latest: true

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Set up Go
30-
uses: actions/setup-go@v4
30+
uses: actions/setup-go@v5
3131
with:
3232
go-version-file: go.mod
3333
check-latest: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Set up Go
31-
uses: actions/setup-go@v4
31+
uses: actions/setup-go@v5
3232
with:
3333
go-version-file: go.mod
3434

0 commit comments

Comments
 (0)