@@ -88,16 +88,16 @@ steps:
88
88
image : golang:1.16 # this step is kept as the lowest version of golang that we support
89
89
environment :
90
90
GO111MODULE : on
91
- GOPROXY : off
91
+ GOPROXY : https://goproxy.cn
92
92
commands :
93
- - go build o gitea_no_gcc # test if build succeeds without the sqlite tag
93
+ - go build - o gitea_no_gcc # test if build succeeds without the sqlite tag
94
94
depends_on : [checks-backend]
95
95
96
96
- name : build-backend-arm64
97
97
image : golang:1.17
98
98
environment :
99
99
GO111MODULE : on
100
- GOPROXY : off
100
+ GOPROXY : https://goproxy.cn
101
101
GOOS : linux
102
102
GOARCH : arm64
103
103
TAGS : bindata gogit
@@ -110,7 +110,7 @@ steps:
110
110
image : golang:1.17
111
111
environment :
112
112
GO111MODULE : on
113
- GOPROXY : off
113
+ GOPROXY : https://goproxy.cn
114
114
GOOS : windows
115
115
GOARCH : amd64
116
116
TAGS : bindata gogit
@@ -122,7 +122,7 @@ steps:
122
122
image : golang:1.17
123
123
environment :
124
124
GO111MODULE : on
125
- GOPROXY : off
125
+ GOPROXY : https://goproxy.cn
126
126
GOOS : linux
127
127
GOARCH : 386
128
128
commands :
@@ -224,7 +224,7 @@ steps:
224
224
commands :
225
225
- make unit-test-coverage test-check
226
226
environment :
227
- GOPROXY : off
227
+ GOPROXY : https://goproxy.cn
228
228
TAGS : bindata sqlite sqlite_unlock_notify
229
229
RACE_ENABLED : true
230
230
GITHUB_READ_TOKEN :
@@ -237,7 +237,7 @@ steps:
237
237
commands :
238
238
- make unit-test-coverage test-check
239
239
environment :
240
- GOPROXY : off
240
+ GOPROXY : https://goproxy.cn
241
241
TAGS : bindata gogit sqlite sqlite_unlock_notify
242
242
RACE_ENABLED : true
243
243
GITHUB_READ_TOKEN :
@@ -249,7 +249,7 @@ steps:
249
249
commands :
250
250
- make test-mysql-migration integration-test-coverage
251
251
environment :
252
- GOPROXY : off
252
+ GOPROXY : https://goproxy.cn
253
253
TAGS : bindata
254
254
RACE_ENABLED : true
255
255
TEST_LDAP : 1
@@ -264,7 +264,7 @@ steps:
264
264
commands :
265
265
- timeout -s ABRT 40m make test-mysql8-migration test-mysql8
266
266
environment :
267
- GOPROXY : off
267
+ GOPROXY : https://goproxy.cn
268
268
TAGS : bindata
269
269
RACE_ENABLED : true
270
270
TEST_LDAP : 1
@@ -278,7 +278,7 @@ steps:
278
278
commands :
279
279
- make test-mssql-migration test-mssql
280
280
environment :
281
- GOPROXY : off
281
+ GOPROXY : https://goproxy.cn
282
282
TAGS : bindata
283
283
RACE_ENABLED : true
284
284
TEST_LDAP : 1
@@ -291,7 +291,7 @@ steps:
291
291
commands :
292
292
- make coverage
293
293
environment :
294
- GOPROXY : off
294
+ GOPROXY : https://goproxy.cn
295
295
TAGS : bindata
296
296
depends_on :
297
297
- unit-test
@@ -384,7 +384,7 @@ steps:
384
384
commands :
385
385
- timeout -s ABRT 40m make test-sqlite-migration test-sqlite
386
386
environment :
387
- GOPROXY : off
387
+ GOPROXY : https://goproxy.cn
388
388
TAGS : bindata gogit sqlite sqlite_unlock_notify
389
389
RACE_ENABLED : true
390
390
TEST_TAGS : gogit sqlite sqlite_unlock_notify
@@ -398,7 +398,7 @@ steps:
398
398
commands :
399
399
- timeout -s ABRT 40m make test-pgsql-migration test-pgsql
400
400
environment :
401
- GOPROXY : off
401
+ GOPROXY : https://goproxy.cn
402
402
TAGS : bindata gogit
403
403
RACE_ENABLED : true
404
404
TEST_TAGS : gogit
@@ -760,7 +760,7 @@ steps:
760
760
auto_tag_suffix : linux-amd64
761
761
repo : gitea/gitea
762
762
build_args :
763
- - GOPROXY=off
763
+ - GOPROXY=https://goproxy.cn
764
764
password :
765
765
from_secret : docker_password
766
766
username :
@@ -778,7 +778,7 @@ steps:
778
778
auto_tag_suffix : linux-amd64-rootless
779
779
repo : gitea/gitea
780
780
build_args :
781
- - GOPROXY=off
781
+ - GOPROXY=https://goproxy.cn
782
782
password :
783
783
from_secret : docker_password
784
784
username :
@@ -822,7 +822,7 @@ steps:
822
822
tags : dev-linux-amd64
823
823
repo : gitea/gitea
824
824
build_args :
825
- - GOPROXY=off
825
+ - GOPROXY=https://goproxy.cn
826
826
password :
827
827
from_secret : docker_password
828
828
username :
@@ -840,7 +840,7 @@ steps:
840
840
tags : dev-linux-amd64-rootless
841
841
repo : gitea/gitea
842
842
build_args :
843
- - GOPROXY=off
843
+ - GOPROXY=https://goproxy.cn
844
844
password :
845
845
from_secret : docker_password
846
846
username :
@@ -875,7 +875,7 @@ steps:
875
875
repo : gitea/gitea
876
876
tags : linux-arm64
877
877
build_args :
878
- - GOPROXY=off
878
+ - GOPROXY=https://goproxy.cn
879
879
environment :
880
880
PLUGIN_MIRROR :
881
881
from_secret : plugin_mirror
@@ -917,7 +917,7 @@ steps:
917
917
auto_tag_suffix : linux-arm64
918
918
repo : gitea/gitea
919
919
build_args :
920
- - GOPROXY=off
920
+ - GOPROXY=https://goproxy.cn
921
921
password :
922
922
from_secret : docker_password
923
923
username :
@@ -935,7 +935,7 @@ steps:
935
935
auto_tag_suffix : linux-arm64-rootless
936
936
repo : gitea/gitea
937
937
build_args :
938
- - GOPROXY=off
938
+ - GOPROXY=https://goproxy.cn
939
939
password :
940
940
from_secret : docker_password
941
941
username :
@@ -979,7 +979,7 @@ steps:
979
979
tags : dev-linux-arm64
980
980
repo : gitea/gitea
981
981
build_args :
982
- - GOPROXY=off
982
+ - GOPROXY=https://goproxy.cn
983
983
password :
984
984
from_secret : docker_password
985
985
username :
@@ -997,7 +997,7 @@ steps:
997
997
tags : dev-linux-arm64-rootless
998
998
repo : gitea/gitea
999
999
build_args :
1000
- - GOPROXY=off
1000
+ - GOPROXY=https://goproxy.cn
1001
1001
password :
1002
1002
from_secret : docker_password
1003
1003
username :
0 commit comments