Skip to content

Commit 9ed8ede

Browse files
committed
PCP-2767
upgrade golang build version to 1.22 in Makefile
1 parent f73a068 commit 9ed8ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ ETCD=$(TOOLS_BIN_DIR)/etcd
124124
# Define Docker related variables. Releases should modify and double check these vars.
125125
# Fips Flags
126126
FIPS_ENABLE ?= ""
127-
BUILDER_GOLANG_VERSION ?= 1.21
127+
BUILDER_GOLANG_VERSION ?= 1.22
128128
BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VERSION=${BUILDER_GOLANG_VERSION}
129129

130130
RELEASE_LOC := release

0 commit comments

Comments
 (0)