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

Commit 56c5ceb

Browse files
committed
release: use go 1.10 also for releases
1 parent 40608cb commit 56c5ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containerized-build-release-binaries

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ KUBERNETES_MOUNT_DIR="/go/src/github.com/kubernetes-incubator/kube-aws"
66

77
docker run --rm -i \
88
-v "${COREOS_KUBERNETES_ROOT}:${KUBERNETES_MOUNT_DIR}:z" -w ${KUBERNETES_MOUNT_DIR} \
9-
--entrypoint /bin/bash golang:1.8.3 <<EOF
9+
--entrypoint /bin/bash golang:1.10.0 <<EOF
1010
#!/bin/bash
1111
set -euo pipefail
1212
./build-release-binaries

0 commit comments

Comments
 (0)