diff --git a/hack/go_container.sh b/hack/go_container.sh index 366f441e86..11f20ad0de 100755 --- a/hack/go_container.sh +++ b/hack/go_container.sh @@ -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 ===============================