mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Disable the GOSUMDB in the compilation instructions
This commit is contained in:
parent
ba7645a732
commit
8ca807ee57
@ -84,6 +84,9 @@ If you want to run the build command from within your `$GOPATH`:
|
|||||||
# Set the Go proxy variable to GoCenter
|
# Set the Go proxy variable to GoCenter
|
||||||
export GOPROXY="https://gocenter.io"
|
export GOPROXY="https://gocenter.io"
|
||||||
|
|
||||||
|
# Disable the Go checksum database
|
||||||
|
export GOSUMDB=off
|
||||||
|
|
||||||
# Enable Go modules
|
# Enable Go modules
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user