Skip to content

Commit a4fe791

Browse files
mdboothk8s-infra-cherrypick-robot
authored andcommitted
release-0.10: Pin GOTOOLCHAIN to go1.22.8
This fixes linting issues in the release-0.10 branch, which only manifest when the toolchain is bumped to 1.23, as in the current default kubekins-e2e image used in prow jobs.
1 parent 80473c6 commit a4fe791

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ include $(ROOT_DIR_RELATIVE)/common.mk
1919
# If you update this file, please follow
2020
# https://www.thapaliya.com/en/writings/well-documented-makefiles/
2121

22+
export GOTOOLCHAIN=go1.22.8
23+
2224
# Active module mode, as we use go modules to manage dependencies
2325
export GO111MODULE=on
2426
unexport GOPATH

0 commit comments

Comments
 (0)