Skip to content

Commit

Permalink
fix: GOPROXY env variable in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Oct 24, 2023
1 parent 6e5cf25 commit 884bb8f
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 @@ -17,7 +17,6 @@ GOBIN=$(shell go env GOPATH)/bin
else
GOBIN=$(shell go env GOBIN)
endif
GOPROXY=$(shell go env GOPROXY)
GOPROXY ?= https://goproxy.io,direct
GOSUMDB ?= sum.golang.org
RACE ?= ''
Expand Down

0 comments on commit 884bb8f

Please sign in to comment.