Skip to content

Commit

Permalink
Change goproxy and sql (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannatao authored Jul 12, 2021
1 parent 26b3a23 commit dd37b0f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ all: build

.PHONY: build
build: $(SRC_FILES)
env GO111MODULE=on GOPROXY=https://goproxy.baidu.com CGO_ENABLED=0 go build -o output/$(MODULE) $(GO_FLAGS) .
env GO111MODULE=on GOPROXY=https://goproxy.baidu-int.com/ CGO_ENABLED=0 go build -o output/$(MODULE) $(GO_FLAGS) .

.PHONY: image
image:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit dd37b0f

Please sign in to comment.