mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Merge pull request #41210 from mikedanese/bump-gazel
Automatic merge from submit-queue (batch tested with PRs 40796, 40878, 36033, 40838, 41210) bump gazel to v14 pick up some fixes and a new config.
This commit is contained in:
@@ -22,5 +22,5 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
|
|||||||
|
|
||||||
git config http.https://gopkg.in.followRedirects true
|
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})"
|
"${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
|
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
|
if ! "${GOPATH}/bin/gazel" -validate -print-diff -root="$(kube::realpath ${KUBE_ROOT})" ; then
|
||||||
echo
|
echo
|
||||||
echo "Run ./hack/update-bazel.sh"
|
echo "Run ./hack/update-bazel.sh"
|
||||||
|
Reference in New Issue
Block a user