Skip to content

Commit

Permalink
Merge pull request #1467 from amwat/gobump
Browse files Browse the repository at this point in the history
Update golang to 1.14.2
  • Loading branch information
k8s-ci-robot committed Apr 9, 2020
2 parents 7b28ee5 + a6434ce commit c68a1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/go_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.1}"
GOIMAGE="${GOIMAGE:-golang:1.14.2}"
# docker volume name, used as a go module / build cache
CACHE_VOLUME="${CACHE_VOLUME:-kind-build-cache}"
# allow overriding docker cli, auto-detect with fallback to docker
Expand Down

0 comments on commit c68a1cf

Please sign in to comment.