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 e99a22c commit 9370ffaCopy full SHA for 9370ffa
.github/workflows/docker.yaml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v3
38
- uses: actions/setup-go@v4
39
with:
40
- go-version: 1.20.6
+ go-version: 1.20.7
41
42
# set up the test environment
43
- uses: cybozu/octoken-action@v1
.github/workflows/go.yaml
@@ -20,5 +20,5 @@ jobs:
20
go:
21
uses: int128/kubebuilder-workflows/.github/workflows/go.yaml@v1
22
23
24
golangci-lint-version: v1.53.3
0 commit comments