1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

Revert "ci: remove gocenter for now" (#1101)

This reverts commit a10c5525bc.
This commit is contained in:
Carlos Alexandro Becker 2019-08-05 14:58:18 -03:00 committed by GitHub
parent 953e55a629
commit ab0e755a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: