Skip to content

Commit 2dcac77

Browse files
committed
Fix build jobs
1 parent 9cb71e3 commit 2dcac77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/go-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.21
17+
go-version: 1.22
1818
- name: Run go test with coverage
1919
run: COVER_PROFILE=coverage.txt make test
2020
- name: Codecov upload

hack/ensure-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
GOPATH_BIN="$(go env GOPATH)/bin/"
22-
MINIMUM_KIND_VERSION=v0.20.0
22+
MINIMUM_KIND_VERSION=v0.21.0
2323
GOARCH="$(go env GOARCH)"
2424
GOOS="$(go env GOOS)"
2525

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.21"
7+
GO_VERSION = "1.22.12"
88

99
# Standard Netlify redirects
1010
[[redirects]]

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
MDBOOK_VERSION := v0.4.5
16-
GOLANG_VERSION := 1.17.6
16+
GOLANG_VERSION := 1.22.12
1717
PLANTUML_VERSION := 1.2020.16
1818
GH_VERSION := 1.2.0

0 commit comments

Comments
 (0)