Skip to content

Commit

Permalink
chore:remove GOPROXY env
Browse files Browse the repository at this point in the history
  • Loading branch information
vimiix committed Dec 8, 2023
1 parent 4ed974c commit cd28601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ builds:
env:
- CGO_ENABLED=0
- GO111MODULE=on
- GOPROXY="https://goproxy.cn,direct"
targets:
- linux_amd64
- linux_arm64
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION := $(shell head -1 version)
GO := GO111MODULE=on CGO_ENABLED=0 GOPROXY="https://goproxy.cn,direct" go
GO := GO111MODULE=on CGO_ENABLED=0 go
_COMMIT := $(shell git describe --no-match --always --dirty)
COMMIT := $(if $(COMMIT),$(COMMIT),$(_COMMIT))
BUILDDATE := $(shell date '+%Y-%m-%dT%H:%M:%S')
Expand Down

0 comments on commit cd28601

Please sign in to comment.