From b2abb0484f249849a771f5810316eab72e0a29e5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 18 Aug 2021 17:41:33 +0200 Subject: Drop workarounds for Go 1.11 and Go 1.12 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3