Check for correct go vendoring

pull/1745/head
Erik Wilson 2020-05-04 17:26:05 -07:00
parent a013f7dda5
commit 202a2ae482
1 changed files with 3 additions and 0 deletions

View File

@ -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