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 b9b5295 commit bc0a3abCopy full SHA for bc0a3ab
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/setup-go@v5
16
with:
17
- go-version: 1.20
+ 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