mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
bump rules_go and go version for bazel builds
and bump gazel to a version that supports 1.8
This commit is contained in:
committed by
Jeff Grafton
parent
cd380b580b
commit
59fc948a06
@@ -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
|
||||
|
Reference in New Issue
Block a user