16
16
- stage : lint
17
17
os : linux
18
18
dist : xenial
19
- go : 1.14 .x
19
+ go : 1.15 .x
20
20
env :
21
21
- lint
22
22
git :
@@ -34,12 +34,22 @@ jobs:
34
34
- go run build/ci.go install
35
35
- go run build/ci.go test -coverage $TEST_PACKAGES
36
36
37
+ - stage : build
38
+ os : linux
39
+ dist : xenial
40
+ go : 1.14.x
41
+ env :
42
+ - GO111MODULE=on
43
+ script :
44
+ - go run build/ci.go install
45
+ - go run build/ci.go test -coverage $TEST_PACKAGES
46
+
37
47
# These are the latest Go versions.
38
48
- stage : build
39
49
os : linux
40
50
arch : amd64
41
51
dist : xenial
42
- go : 1.14 .x
52
+ go : 1.15 .x
43
53
env :
44
54
- GO111MODULE=on
45
55
script :
51
61
os : linux
52
62
arch : arm64
53
63
dist : xenial
54
- go : 1.14 .x
64
+ go : 1.15 .x
55
65
env :
56
66
- GO111MODULE=on
57
67
script :
61
71
- stage : build
62
72
os : osx
63
73
osx_image : xcode11.3
64
- go : 1.14 .x
74
+ go : 1.15 .x
65
75
env :
66
76
- GO111MODULE=on
67
77
script :
82
92
if : type = push
83
93
os : linux
84
94
dist : xenial
85
- go : 1.14 .x
95
+ go : 1.15 .x
86
96
env :
87
97
- ubuntu-ppa
88
98
- GO111MODULE=on
@@ -99,15 +109,15 @@ jobs:
99
109
- python-paramiko
100
110
script :
101
111
- echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts
102
- -
go run build/ci.go debsrc -goversion 1.14.2 -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <[email protected] >"
112
+ -
go run build/ci.go debsrc -goversion 1.15 -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <[email protected] >"
103
113
104
114
# This builder does the Linux Azure uploads
105
115
- stage : build
106
116
if : type = push
107
117
os : linux
108
118
dist : xenial
109
119
sudo : required
110
- go : 1.14 .x
120
+ go : 1.15 .x
111
121
env :
112
122
- azure-linux
113
123
- GO111MODULE=on
@@ -144,7 +154,7 @@ jobs:
144
154
dist : xenial
145
155
services :
146
156
- docker
147
- go : 1.14 .x
157
+ go : 1.15 .x
148
158
env :
149
159
- azure-linux-mips
150
160
- GO111MODULE=on
@@ -192,7 +202,7 @@ jobs:
192
202
git :
193
203
submodules : false # avoid cloning ethereum/tests
194
204
before_install :
195
- - curl https://dl.google.com/go/go1.14.2 .linux-amd64.tar.gz | tar -xz
205
+ - curl https://dl.google.com/go/go1.15 .linux-amd64.tar.gz | tar -xz
196
206
- export PATH=`pwd`/go/bin:$PATH
197
207
- export GOROOT=`pwd`/go
198
208
- export GOPATH=$HOME/go
@@ -210,7 +220,7 @@ jobs:
210
220
- stage : build
211
221
if : type = push
212
222
os : osx
213
- go : 1.14 .x
223
+ go : 1.15 .x
214
224
env :
215
225
- azure-osx
216
226
- azure-ios
@@ -242,7 +252,7 @@ jobs:
242
252
if : type = cron
243
253
os : linux
244
254
dist : xenial
245
- go : 1.14 .x
255
+ go : 1.15 .x
246
256
env :
247
257
- azure-purge
248
258
- GO111MODULE=on
0 commit comments