70
70
maxRunTime : 3600
71
71
command :
72
72
- set CGO_ENABLED=0
73
- - set GOPATH=%CD%\gopath1.10.3
74
- - set GOROOT=%CD%\go1.10.3 \go
73
+ - set GOPATH=%CD%\gopath1.10.4
74
+ - set GOROOT=%CD%\go1.10.4 \go
75
75
- set PATH=%CD%\git\cmd;%GOPATH%\bin;%GOROOT%\bin;%PATH%
76
76
- git config --global core.autocrlf false
77
77
- go version
@@ -111,16 +111,16 @@ tasks:
111
111
- ineffassign .
112
112
artifacts :
113
113
- name : public/build/generic-worker-windows-amd64.exe
114
- path : gopath1.10.3 \bin\generic-worker.exe
114
+ path : gopath1.10.4 \bin\generic-worker.exe
115
115
expires : " {{ '2 weeks' | $fromNow }}"
116
116
type : file
117
117
mounts :
118
118
- cacheName : generic-worker-checkout
119
- directory : gopath1.10.3 \src
119
+ directory : gopath1.10.4 \src
120
120
- content :
121
- url : https://storage.googleapis.com/golang/go1.10.3 .windows-amd64.zip
122
- sha256 : a3f19d4fc0f4b45836b349503e347e64e31ab830dedac2fc9c390836d4418edb
123
- directory : go1.10.3
121
+ url : https://storage.googleapis.com/golang/go1.10.4 .windows-amd64.zip
122
+ sha256 : 5499aa98399664df8dc1da5c3aaaed14b3130b79c713b5677a0ee9e93854476c
123
+ directory : go1.10.4
124
124
format : zip
125
125
- content :
126
126
url : https://github.com/git-for-windows/git/releases/download/v2.14.1.windows.1/MinGit-2.14.1-64-bit.zip
@@ -152,8 +152,8 @@ tasks:
152
152
maxRunTime : 3600
153
153
command :
154
154
- set CGO_ENABLED=0
155
- - set GOPATH=%CD%\gopath1.10.3
156
- - set GOROOT=%CD%\go1.10.3 \go
155
+ - set GOPATH=%CD%\gopath1.10.4
156
+ - set GOROOT=%CD%\go1.10.4 \go
157
157
- set PATH=%CD%\git\bin;%GOPATH%\bin;%GOROOT%\bin;%PATH%
158
158
- git config --global core.autocrlf false
159
159
- go version
@@ -182,16 +182,16 @@ tasks:
182
182
- ineffassign .
183
183
artifacts :
184
184
- name : public/build/generic-worker-windows-386.exe
185
- path : gopath1.10.3 \bin\generic-worker.exe
185
+ path : gopath1.10.4 \bin\generic-worker.exe
186
186
expires : " {{ '2 weeks' | $fromNow }}"
187
187
type : file
188
188
mounts :
189
189
- cacheName : generic-worker-checkout
190
- directory : gopath1.10.3 \src
190
+ directory : gopath1.10.4 \src
191
191
- content :
192
- url : https://storage.googleapis.com/golang/go1.10.3 .windows-386.zip
193
- sha256 : 89696a29bdf808fa9861216a21824ae8eb2e750a54b1424ce7f2a177e5cd1466
194
- directory : go1.10.3
192
+ url : https://storage.googleapis.com/golang/go1.10.4 .windows-386.zip
193
+ sha256 : 407e5619048c427de4a65b26edb17d54c220f8c30ebd358961b1785a38394ec9
194
+ directory : go1.10.4
195
195
format : zip
196
196
- content :
197
197
url : https://github.com/git-for-windows/git/releases/download/v2.11.0.windows.3/Git-2.11.0.3-32-bit.tar.bz2
@@ -223,8 +223,8 @@ tasks:
223
223
maxRunTime : 3600
224
224
command :
225
225
- set CGO_ENABLED=0
226
- - set GOPATH=%CD%\gopath1.10.3
227
- - set GOROOT=%CD%\go1.10.3 \go
226
+ - set GOPATH=%CD%\gopath1.10.4
227
+ - set GOROOT=%CD%\go1.10.4 \go
228
228
- set PATH=%CD%\git\cmd;%GOPATH%\bin;%GOROOT%\bin;%PATH%
229
229
- git config --global core.autocrlf false
230
230
- go version
@@ -264,16 +264,16 @@ tasks:
264
264
- ineffassign .
265
265
artifacts :
266
266
- name : public/build/generic-worker-windows-amd64.exe
267
- path : gopath1.10.3 \bin\generic-worker.exe
267
+ path : gopath1.10.4 \bin\generic-worker.exe
268
268
expires : " {{ '2 weeks' | $fromNow }}"
269
269
type : file
270
270
mounts :
271
271
- cacheName : generic-worker-checkout
272
- directory : gopath1.10.3 \src
272
+ directory : gopath1.10.4 \src
273
273
- content :
274
- url : https://storage.googleapis.com/golang/go1.10.3 .windows-amd64.zip
275
- sha256 : a3f19d4fc0f4b45836b349503e347e64e31ab830dedac2fc9c390836d4418edb
276
- directory : go1.10.3
274
+ url : https://storage.googleapis.com/golang/go1.10.4 .windows-amd64.zip
275
+ sha256 : 5499aa98399664df8dc1da5c3aaaed14b3130b79c713b5677a0ee9e93854476c
276
+ directory : go1.10.4
277
277
format : zip
278
278
- content :
279
279
url : https://github.com/git-for-windows/git/releases/download/v2.14.1.windows.1/MinGit-2.14.1-64-bit.zip
@@ -308,8 +308,8 @@ tasks:
308
308
- -vxec
309
309
- |
310
310
export CGO_ENABLED=0
311
- export GOROOT="$(pwd)/go1.10.3 /go"
312
- export GOPATH="$(pwd)/gopath1.10.3 "
311
+ export GOROOT="$(pwd)/go1.10.4 /go"
312
+ export GOPATH="$(pwd)/gopath1.10.4 "
313
313
export PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}"
314
314
go version
315
315
go env
@@ -335,16 +335,16 @@ tasks:
335
335
ineffassign .
336
336
artifacts :
337
337
- name : public/build/generic-worker-darwin-amd64
338
- path : gopath1.10.3 /bin/generic-worker
338
+ path : gopath1.10.4 /bin/generic-worker
339
339
expires : " {{ '2 weeks' | $fromNow }}"
340
340
type : file
341
341
mounts :
342
342
- cacheName : generic-worker-checkout
343
- directory : gopath1.10.3 /src
343
+ directory : gopath1.10.4 /src
344
344
- content :
345
- url : https://storage.googleapis.com/golang/go1.10.3 .darwin-amd64.tar.gz
346
- sha256 : 131fd430350a3134d352ee75c5ca456cdf4443e492d0527a9651c7c04e2b458d
347
- directory : go1.10.3
345
+ url : https://storage.googleapis.com/golang/go1.10.4 .darwin-amd64.tar.gz
346
+ sha256 : 2ba324f01de2b2ece0376f6d696570a4c5c13db67d00aadfd612adc56feff587
347
+ directory : go1.10.4
348
348
format : tar.gz
349
349
350
350
@@ -380,8 +380,8 @@ tasks:
380
380
# - -vxec
381
381
# - |
382
382
# export CGO_ENABLED=0
383
- # export GOROOT="$(pwd)/go1.10.3 /go"
384
- # export GOPATH="$(pwd)/gopath1.10.3 "
383
+ # export GOROOT="$(pwd)/go1.10.4 /go"
384
+ # export GOPATH="$(pwd)/gopath1.10.4 "
385
385
# export PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}"
386
386
# export CGO_ENABLED=0
387
387
# go version
@@ -407,16 +407,16 @@ tasks:
407
407
# ineffassign .
408
408
# artifacts:
409
409
# - name: public/build/generic-worker-linux-armv6l
410
- # path: gopath1.10.3 /bin/generic-worker
410
+ # path: gopath1.10.4 /bin/generic-worker
411
411
# expires: "{{ '2 weeks' | $fromNow }}"
412
412
# type: file
413
413
# mounts:
414
414
# - cacheName: generic-worker-checkout
415
- # directory: gopath1.10.3 /src
415
+ # directory: gopath1.10.4 /src
416
416
# - content:
417
- # url: https://storage.googleapis.com/golang/go1.10.3 .linux-armv6l.tar.gz
417
+ # url: https://storage.googleapis.com/golang/go1.10.4 .linux-armv6l.tar.gz
418
418
# sha256: d3df3fa3d153e81041af24f31a82f86a21cb7b92c1b5552fb621bad0320f06b6
419
- # directory: go1.10.3
419
+ # directory: go1.10.4
420
420
# format: tar.gz
421
421
422
422
@@ -472,13 +472,13 @@ tasks:
472
472
"${GOPATH}/bin/ineffassign" .
473
473
artifacts :
474
474
- name : public/build/generic-worker-linux-amd64
475
- path : gopath1.10.1 /bin/generic-worker
475
+ path : gopath1.10.4 /bin/generic-worker
476
476
expires : " {{ '2 weeks' | $fromNow }}"
477
477
type : file
478
478
mounts :
479
479
- cacheName : generic-worker-checkout
480
- directory : gopath1.10.1 /src
480
+ directory : gopath1.10.4 /src
481
481
- content :
482
- url : https://storage.googleapis.com/golang/go1.10.1 .linux-amd64.tar.gz
483
- directory : go1.10.1
482
+ url : https://storage.googleapis.com/golang/go1.10.4 .linux-amd64.tar.gz
483
+ directory : go1.10.4
484
484
format : tar.gz
0 commit comments