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 f6eab97 commit 3228938Copy full SHA for 3228938
.github/workflows/docker.yaml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v4
38
- uses: actions/setup-go@v4
39
with:
40
- go-version: 1.21.1
+ go-version: 1.21.2
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.54.2
0 commit comments