Skip to content

Commit 30c31c8

Browse files
committed
👷‍♂️ Go in CI is being weird, try bumping the action.
1 parent 068f86f commit 30c31c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
name: Lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/setup-go@v3
15+
- uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.20
17+
go-version-file: go.mod
1818
- uses: actions/checkout@v3
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3
@@ -30,9 +30,9 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v2
33-
- uses: actions/setup-go@v3
33+
- uses: actions/setup-go@v5
3434
with:
35-
go-version: 1.20
35+
go-version-file: go.mod
3636
- name: Install Kubebuilder
3737
id: install-kubebuilder
3838
run: |

0 commit comments

Comments
 (0)