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 f0be3a8 commit 6d3c53eCopy full SHA for 6d3c53e
.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.3
+ go-version: 1.21.4
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.55.2
0 commit comments