Skip to content

Commit dd37b0f

Browse files
authored
Change goproxy and sql (#330)
1 parent 26b3a23 commit dd37b0f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ all: build
3232

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

3737
.PHONY: image
3838
image:

0 commit comments

Comments
 (0)