From ab0e755a71afff0f13c5237f896ad86c8633a912 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 5 Aug 2019 14:58:18 -0300 Subject: [PATCH] Revert "ci: remove gocenter for now" (#1101) This reverts commit a10c5525bcb74ac10c0ba7a0d4e326bc39c23330. --- .goreleaser.yml | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1940dbc1e..793df506b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ env: - GO111MODULE=on + - GOPROXY=https://gocenter.io before: hooks: - go mod download diff --git a/Makefile b/Makefile index f8a9a8fcf..1543cf24d 100644 --- a/Makefile +++ b/Makefile @@ -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: