Skip to content

Commit 25b9986

Browse files
authored
Merge pull request #2263 from k8s-infra-cherrypick-robot/cherry-pick-2211-to-release-0.9
[release-0.9] 🌱 Pin GOTOOLCHAIN to go1.22.8
2 parents 80473c6 + a4fe791 commit 25b9986

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)