Skip to content

Commit

Permalink
bump gazel to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Feb 9, 2017
1 parent ff87d13 commit cbe5bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/update-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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})"
2 changes: 1 addition & 1 deletion hack/verify-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cbe5bd9

Please sign in to comment.