mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-28 04:34:19 -04:00
Check for correct go vendoring
This commit is contained in:
parent
a013f7dda5
commit
202a2ae482
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue