diff --git a/hack/build.sh b/hack/build.sh index 6481c127..4538921a 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -4,6 +4,8 @@ set -e -x -u # makes builds reproducible export CGO_ENABLED=0 +go version +which go go fmt ./cmd/... ./pkg/... ./test/... go mod vendor