Skip to content

Commit

Permalink
Remove GOPROXY https://gocenter.io from makefile (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe committed Apr 26, 2021
1 parent 2bf13c1 commit 05e04e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ TEST_OPTIONS?=
export GO111MODULE := on
export GOBIN := $(shell pwd)/bin
export PATH := $(GOBIN):$(PATH)
export GOPROXY := https://gocenter.io
export GOLANGCI_LINT_VERSION := v1.37.1

# Install all the build and lint dependencies
Expand Down

0 comments on commit 05e04e4

Please sign in to comment.