Skip to content

Commit b9b5295

Browse files
committed
👷‍♂️ Docs said go-version-file works but it didn't?
1 parent 30c31c8 commit b9b5295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version-file: go.mod
17+
go-version: 1.20
1818
- uses: actions/checkout@v3
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v2
3333
- uses: actions/setup-go@v5
3434
with:
35-
go-version-file: go.mod
35+
go-version: 1.20
3636
- name: Install Kubebuilder
3737
id: install-kubebuilder
3838
run: |

0 commit comments

Comments
 (0)