diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,6 +51,7 @@ ci: go clean -modcache # GOPROXY=off makes sure we fail instead of making network requests # (we should not need any!) - GOPROXY=off ./build.bash + # "-mod=vendor" is required for Go 1.11 + GOPROXY=off ./build.bash -mod=vendor # Delete "vendor" dir rm -R vendor |