mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Update goproxy to default proxy.golang.org
This commit is contained in:
4
Makefile
4
Makefile
@@ -18,7 +18,7 @@ endif
|
||||
|
||||
# Set go modules to on and use GoCenter for immutable modules
|
||||
export GO111MODULE = on
|
||||
export GOPROXY = https://gocenter.io
|
||||
export GOPROXY = https://proxy.golang.org,direct
|
||||
|
||||
# Determines the path to this Makefile
|
||||
THIS_FILE := $(lastword $(MAKEFILE_LIST))
|
||||
@@ -59,4 +59,4 @@ test: build
|
||||
go test ./...
|
||||
|
||||
uninstall:
|
||||
@rm ~/go/bin/wtfutil
|
||||
@rm ~/go/bin/wtfutil
|
||||
|
||||
Reference in New Issue
Block a user