We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c31c8 commit b9b5295Copy full SHA for b9b5295
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/setup-go@v5
16
with:
17
- go-version-file: go.mod
+ go-version: 1.20
18
- uses: actions/checkout@v3
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@v3
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v2
33
34
35
36
- name: Install Kubebuilder
37
id: install-kubebuilder
38
run: |
0 commit comments