From a10c5525bcb74ac10c0ba7a0d4e326bc39c23330 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 2 Aug 2019 17:49:08 -0300 Subject: [PATCH] ci: remove gocenter for now its failing on travis for some reason Signed-off-by: Carlos Alexandro Becker --- .goreleaser.yml | 1 - Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 793df506b..1940dbc1e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,5 @@ env: - GO111MODULE=on - - GOPROXY=https://gocenter.io before: hooks: - go mod download diff --git a/Makefile b/Makefile index 1543cf24d..f8a9a8fcf 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ TEST_OPTIONS?= export PATH := ./bin:$(PATH) export GO111MODULE := on -export GOPROXY := https://gocenter.io # Install all the build and lint dependencies setup: