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 e8fc4d7..d69894b 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ ci:
go clean -modcache
# GOPROXY=off makes sure we fail instead of making network requests
# (we should not need any!)
- # "-mod=vendor" is required for Go 1.11
+ # "-mod=vendor" is required for Go 1.13
GOPROXY=off ./build.bash -mod=vendor
# Delete "vendor" dir
rm -R vendor