Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
release: use go 1.10 also for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Sep 25, 2018
1 parent 40608cb commit 56c5ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerized-build-release-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KUBERNETES_MOUNT_DIR="/go/src/github.com/kubernetes-incubator/kube-aws"

docker run --rm -i \
-v "${COREOS_KUBERNETES_ROOT}:${KUBERNETES_MOUNT_DIR}:z" -w ${KUBERNETES_MOUNT_DIR} \
--entrypoint /bin/bash golang:1.8.3 <<EOF
--entrypoint /bin/bash golang:1.10.0 <<EOF
#!/bin/bash
set -euo pipefail
./build-release-binaries
Expand Down

0 comments on commit 56c5ceb

Please sign in to comment.