From 8ca807ee577dbe56810435e8706868900217d21e Mon Sep 17 00:00:00 2001 From: Tim Scheuermann Date: Mon, 9 Sep 2019 14:55:07 +0200 Subject: [PATCH] Disable the GOSUMDB in the compilation instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 17fecd61..f49e7913 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ If you want to run the build command from within your `$GOPATH`: # Set the Go proxy variable to GoCenter export GOPROXY="https://gocenter.io" +# Disable the Go checksum database +export GOSUMDB=off + # Enable Go modules export GO111MODULE=on