1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Set GoCenter as GOPROXY to speed up go builds (#989)

This commit is contained in:
Rimas Mocevicius 2019-03-21 05:59:00 -07:00 committed by Carlos Alexandro Becker
parent 3fbba1b594
commit 7c41d888f5
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
env:
- GO111MODULE=on
- GOPROXY=https://gocenter.io
before:
hooks:
- go mod download

View File

@ -4,6 +4,7 @@ TEST_OPTIONS?=
export PATH := ./bin:$(PATH)
export GO111MODULE := on
export GOPROXY := https://gocenter.io
# Install all the build and lint dependencies
setup: