mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-16 09:18:06 -05:00
bump gazel to v14
This commit is contained in:
parent
ff87d13b2c
commit
cbe5bd97b4
2 changed files with 2 additions and 2 deletions
|
|
@ -22,5 +22,5 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
|
|||
|
||||
git config http.https://gopkg.in.followRedirects true
|
||||
|
||||
go get -u gopkg.in/mikedanese/gazel.v13/gazel
|
||||
go get -u gopkg.in/mikedanese/gazel.v14/gazel
|
||||
"${GOPATH}/bin/gazel" -root="$(kube::realpath ${KUBE_ROOT})"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
|
|||
|
||||
git config http.https://gopkg.in.followRedirects true
|
||||
|
||||
go get -u gopkg.in/mikedanese/gazel.v13/gazel
|
||||
go get -u gopkg.in/mikedanese/gazel.v14/gazel
|
||||
if ! "${GOPATH}/bin/gazel" -validate -print-diff -root="$(kube::realpath ${KUBE_ROOT})" ; then
|
||||
echo
|
||||
echo "Run ./hack/update-bazel.sh"
|
||||
|
|
|
|||
Loading…
Reference in a new issue