Commit 6568a4b8 authored by Erik Wilson's avatar Erik Wilson

Check for correct go vendoring

parent b35def73
......@@ -19,6 +19,9 @@ 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment