1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-16 03:52:12 +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: env:
- GO111MODULE=on - GO111MODULE=on
- GOPROXY=https://gocenter.io
before: before:
hooks: hooks:
- go mod download - go mod download

View File

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