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

Commit a42ddf3

Browse files
author
Ryan Phillips
committed
bump build-release to use golang 1.9.2
1 parent 7c9fc11 commit a42ddf3

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)