mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Check for correct go vendoring
This commit is contained in:
parent
a013f7dda5
commit
202a2ae482
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user