Skip to content

Commit 088a8f8

Browse files
committed
feat: change goproxy to official
1 parent 81e6e3d commit 088a8f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/go.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ main() {
5252

5353
go_env GOPATH "$HOME/.cache/go"
5454
go_env GOBIN "$HOME/.local/bin"
55-
# go_env GOPROXY https://proxy.golang.org,direct
56-
go_env GOPROXY "https://goproxy.io,goproxy.cn,direct" # Chinese mirrors
55+
go_env GOPROXY https://proxy.golang.org,direct
56+
# go_env GOPROXY "https://goproxy.io,goproxy.cn,direct" # Chinese mirrors
5757
# go_env GOSUMDB "sum.golang.org" # Use official Go checksum database
5858

5959
go_env GONOSUMDB "gitlab.snapp.ir"

0 commit comments

Comments
 (0)