fix(yay): fix proxy settings

This commit is contained in:
jguer 2021-04-12 16:51:13 +02:00 committed by J Guerreiro
parent ca7165ecb6
commit d3bc19a003

View file

@ -1,5 +1,5 @@
export GO111MODULE=on
GOPROXY ?= https://gocenter.io,direct
GOPROXY ?= direct,https://proxy.golang.org
export GOPROXY
BUILD_TAG = devel