aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-16 21:40:44 +0200
committerJakob Unterwurzacher2021-08-17 09:08:26 +0200
commit8d5b4c517725224a6a1c7bb0425f3b35b7a7e968 (patch)
tree804c79b75261b3ab864ff81db66e0fd79e3c3f90 /Makefile
parenteeb267950a111e4b5169a10ad723b14963667845 (diff)
github actions ci: test different Go versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9c9975..e8fc4d7 100644
--- a/Makefile
+++ b/Makefile
@@ -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