Skip to content

Commit bbc3326

Browse files
committed
🔨 Update goproxy to https://mirrors.aliyun.com/goproxy/
1 parent fa14fdc commit bbc3326

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

kernel/harmony/build-win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export GOPROXY=https://goproxy.io
3+
export GOPROXY=https://mirrors.aliyun.com/goproxy/
44
export CGO_ENABLED=1
55
export GOOS=android
66
export GOARCH=amd64

kernel/harmony/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export GOPROXY=https://goproxy.io
3+
export GOPROXY=https://mirrors.aliyun.com/goproxy/
44
export CGO_ENABLED=1
55
export GOOS=android
66
export GOARCH=arm64

scripts/darwin-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo 'Building Kernel'
1515
cd kernel
1616
go version
1717
export GO111MODULE=on
18-
export GOPROXY=https://goproxy.io
18+
export GOPROXY=https://mirrors.aliyun.com/goproxy/
1919
export CGO_ENABLED=1
2020

2121
echo 'Building Kernel amd64'

scripts/linux-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo 'Building Kernel'
1515
cd kernel
1616
go version
1717
export GO111MODULE=on
18-
export GOPROXY=https://goproxy.io
18+
export GOPROXY=https://mirrors.aliyun.com/goproxy/
1919
export CGO_ENABLED=1
2020

2121
echo 'Building Kernel amd64'

scripts/win-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo 'Building Kernel'
1919
@REM the C compiler "gcc" is necessary https://sourceforge.net/projects/mingw-w64/files/mingw-w64/
2020
go version
2121
set GO111MODULE=on
22-
set GOPROXY=https://goproxy.io
22+
set GOPROXY=https://mirrors.aliyun.com/goproxy/
2323
set CGO_ENABLED=1
2424

2525
cd kernel

0 commit comments

Comments
 (0)