mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
upgrade to go 1.13.3
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ SOURCE_DIR="${SOURCE_DIR:-$(pwd -P)}"
|
||||
# default to disabling CGO for easier reproducible builds and cross compilation
|
||||
export CGO_ENABLED="${CGO_ENABLED:-0}"
|
||||
# the container image, by default a recent official golang image
|
||||
GOIMAGE="${GOIMAGE:-golang:1.13.1}"
|
||||
GOIMAGE="${GOIMAGE:-golang:1.13.3}"
|
||||
# docker volume name, used as a go module / build cache
|
||||
CACHE_VOLUME="${CACHE_VOLUME:-kind-build-cache}"
|
||||
# ========================== END SCRIPT SETTINGS ===============================
|
||||
|
||||
Reference in New Issue
Block a user