mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 03:39:59 +00:00
Check for correct go vendoring
This commit is contained in:
@@ -21,6 +21,9 @@ echo Running: "${GO}" generate
|
||||
echo Running: golangci-lint
|
||||
golangci-lint run
|
||||
|
||||
GO111MODULE=on go mod tidy
|
||||
GO111MODULE=on go mod vendor
|
||||
|
||||
. ./scripts/version.sh
|
||||
|
||||
if [ -n "$DIRTY" ]; then
|
||||
|
||||
Reference in New Issue
Block a user