Skip to content

Commit

Permalink
Merge pull request #1040 from BenTheElder/1134
Browse files Browse the repository at this point in the history
update to go 1.13.4
  • Loading branch information
k8s-ci-robot authored Nov 4, 2019
2 parents 9781d99 + 48bd690 commit aea9a47
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.13.3}"
GOIMAGE="${GOIMAGE:-golang:1.13.4}"
# docker volume name, used as a go module / build cache
CACHE_VOLUME="${CACHE_VOLUME:-kind-build-cache}"
# ========================== END SCRIPT SETTINGS ===============================
Expand Down

0 comments on commit aea9a47

Please sign in to comment.