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:
parent
953e55a629
commit
ab0e755a71
@ -1,5 +1,6 @@
|
|||||||
env:
|
env:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
|
- GOPROXY=https://gocenter.io
|
||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
- go mod download
|
- go mod download
|
||||||
|
1
Makefile
1
Makefile
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user