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

Commit a68a250

Browse files
authored
Merge pull request #843 from rphillips/fixes/build-release-golang-version
bump build-release to use golang 1.9.2
2 parents cb55488 + a42ddf3 commit a68a250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ BOOTKUBE_ROOT=$(git rev-parse --show-toplevel)
55
sudo rkt run \
66
--volume bk,kind=host,source=${BOOTKUBE_ROOT} \
77
--mount volume=bk,target=/go/src/github.com/kubernetes-incubator/bootkube \
8-
--insecure-options=image docker://golang:1.8.4 --exec /bin/bash -- -c \
8+
--insecure-options=image docker://golang:1.9.2 --exec /bin/bash -- -c \
99
"cd /go/src/github.com/kubernetes-incubator/bootkube && make release"

0 commit comments

Comments
 (0)