File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ local mod_download(go_version) = {
61
61
name: 'mod-download' ,
62
62
image: 'golang:%(go_version)s' % { go_version: go_version },
63
63
commands: ['go mod download' ],
64
- environment: { GOPROXY: 'https://proxy.golang.org ' },
64
+ environment: { GOPROXY: 'https://goproxy.io ' },
65
65
depends_on: ['clone' ],
66
66
};
67
67
Original file line number Diff line number Diff line change 16
16
commands :
17
17
- go mod download
18
18
environment :
19
- GOPROXY : https://proxy.golang.org
19
+ GOPROXY : https://goproxy.io
20
20
depends_on :
21
21
- clone
22
22
@@ -138,7 +138,7 @@ steps:
138
138
commands :
139
139
- go mod download
140
140
environment :
141
- GOPROXY : https://proxy.golang.org
141
+ GOPROXY : https://goproxy.io
142
142
depends_on :
143
143
- clone
144
144
@@ -214,7 +214,7 @@ steps:
214
214
commands :
215
215
- go mod download
216
216
environment :
217
- GOPROXY : https://proxy.golang.org
217
+ GOPROXY : https://goproxy.io
218
218
depends_on :
219
219
- clone
220
220
You can’t perform that action at this time.
0 commit comments