diff options
author | Jakob Unterwurzacher | 2021-08-18 17:41:33 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-18 17:48:38 +0200 |
commit | b2abb0484f249849a771f5810316eab72e0a29e5 (patch) | |
tree | 2a912c079957d5101aed7eb29be71a98aa4dd35d /Makefile | |
parent | a5f88e86d186cdbc67e1efabd7aacf389775e027 (diff) |
Drop workarounds for Go 1.11 and Go 1.12
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |