Skip to content

Commit 9370ffa

Browse files
Update dependency golang-version to v1.20.7 (#944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e99a22c commit 9370ffa

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@v3
3838
- uses: actions/setup-go@v4
3939
with:
40-
go-version: 1.20.6
40+
go-version: 1.20.7
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.20.6
23+
go-version: 1.20.7
2424
golangci-lint-version: v1.53.3

0 commit comments

Comments
 (0)