bump rules_go and go version for bazel builds

and bump gazel to a version that supports 1.8
This commit is contained in:
Mike Danese
2017-04-17 14:28:27 -07:00
committed by Jeff Grafton
parent cd380b580b
commit 59fc948a06
5 changed files with 6 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ set -o pipefail
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
go get gopkg.in/mikedanese/gazel.v14/gazel
go get gopkg.in/mikedanese/gazel.v16/gazel
for path in ${GOPATH//:/ }; do
if [[ -e "${path}/bin/gazel" ]]; then