fix(scripts): disable VCS stamping in pre-commit container
This commit is contained in:
@@ -54,6 +54,8 @@ docker run --rm \
|
||||
cd /workspace && make fmt-check || exit 1
|
||||
|
||||
echo '🔍 Running make lint...'
|
||||
export CGO_ENABLED=1
|
||||
export GOFLAGS=-buildvcs=false
|
||||
make lint || exit 1
|
||||
|
||||
echo '🧪 Running make test...'
|
||||
|
||||
Reference in New Issue
Block a user