mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
ci: extend GOPROXY list (#1158)
This commit is contained in:
parent
d1e97a3fd8
commit
5aae030db6
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ TEST_OPTIONS?=
|
||||
export PATH := ./bin:$(PATH)
|
||||
export GO111MODULE := on
|
||||
# enable consistent Go 1.12/1.13 GOPROXY behavior.
|
||||
export GOPROXY = https://proxy.golang.org
|
||||
export GOPROXY = https://proxy.golang.org,https://gocenter.io,direct
|
||||
|
||||
# Install all the build and lint dependencies
|
||||
setup:
|
||||
|
Loading…
Reference in New Issue
Block a user