1
0
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:
Kamil Samigullin 2019-09-27 17:57:16 +03:00 committed by Carlos Alexandro Becker
parent d1e97a3fd8
commit 5aae030db6

View File

@ -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: