
Compile golang 1.17.5 to support k8s 1.23.1 golang 1.17.5 will be the default for any code that does not specify a particular version. Tested by building and installing ISO with k8s 1.23.1 Verified k8s 1.23.1 is running and that pods can be launched. Story: 2009830 Task: 44424 Change-Id: I07a492c0fed0d3268bc11dc7bf9460639b2fc001 Signed-off-by: Gleb Aronsky <gleb.aronsky@windriver.com>
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
VERSION=1.17.5
|
|
TAR_NAME=go
|
|
TAR="$TAR_NAME$VERSION.src.tar.gz"
|
|
CONTRIB="$TAR_NAME-contrib-v$CON_VERSION.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|