Always enable modules for generation

pull/839/head^2
Leigh McCulloch 2019-12-07 00:29:31 -08:00 committed by George Lesica
parent 8a3895e82f
commit 8e7131e0bd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
go generate ./...
GO111MODULE=on go generate ./...
if [ -n "$(git diff)" ]; then
echo "Go generate had not been run"
git diff