aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8720678..8f76420 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,6 @@ 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
+ GOPROXY=off ./build.bash
# Delete "vendor" dir
git clean -dxff