mirror of https://github.com/k3s-io/k3s
Check for correct go vendoring
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