Skip to content

Commit 6d3c53e

Browse files
Update dependency golang-version to v1.21.4 (#991)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0be3a8 commit 6d3c53e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: actions/setup-go@v4
3939
with:
40-
go-version: 1.21.3
40+
go-version: 1.21.4
4141

4242
# set up the test environment
4343
- uses: cybozu/octoken-action@v1

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
go:
2121
uses: int128/kubebuilder-workflows/.github/workflows/go.yaml@v1
2222
with:
23-
go-version: 1.21.3
23+
go-version: 1.21.4
2424
golangci-lint-version: v1.55.2

0 commit comments

Comments
 (0)