Skip to content

Commit

Permalink
ci: extend GOPROXY list (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk authored and caarlos0 committed Sep 27, 2019
1 parent d1e97a3 commit 5aae030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@ TEST_OPTIONS?=
export PATH := ./bin:$(PATH)
export GO111MODULE := on
# enable consistent Go 1.12/1.13 GOPROXY behavior.
export GOPROXY = https://proxy.golang.org
export GOPROXY = https://proxy.golang.org,https://gocenter.io,direct

# Install all the build and lint dependencies
setup:
Expand Down

0 comments on commit 5aae030

Please sign in to comment.