We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73a068 commit 9ed8edeCopy full SHA for 9ed8ede
Makefile
@@ -124,7 +124,7 @@ ETCD=$(TOOLS_BIN_DIR)/etcd
124
# Define Docker related variables. Releases should modify and double check these vars.
125
# Fips Flags
126
FIPS_ENABLE ?= ""
127
-BUILDER_GOLANG_VERSION ?= 1.21
+BUILDER_GOLANG_VERSION ?= 1.22
128
BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VERSION=${BUILDER_GOLANG_VERSION}
129
130
RELEASE_LOC := release
0 commit comments