File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1515 # This builder only tests code linters on latest version of Go
1616 - stage : lint
1717 os : linux
18- dist : xenial
18+ dist : bionic
1919 go : 1.16.x
2020 env :
2121 - lint
2828 - stage : build
2929 if : type = push
3030 os : linux
31- dist : xenial
31+ dist : bionic
3232 go : 1.16.x
3333 env :
3434 - ubuntu-ppa
5252 - stage : build
5353 if : type = push
5454 os : linux
55- dist : xenial
55+ dist : bionic
5656 sudo : required
5757 go : 1.16.x
5858 env :
8888 - stage : build
8989 if : type = push
9090 os : linux
91- dist : xenial
91+ dist : bionic
9292 services :
9393 - docker
9494 go : 1.16.x
@@ -118,7 +118,7 @@ jobs:
118118 - stage : build
119119 if : type = push
120120 os : linux
121- dist : xenial
121+ dist : bionic
122122 addons :
123123 apt :
124124 packages :
@@ -188,7 +188,7 @@ jobs:
188188 - stage : build
189189 os : linux
190190 arch : amd64
191- dist : xenial
191+ dist : bionic
192192 go : 1.16.x
193193 env :
194194 - GO111MODULE=on
@@ -199,7 +199,7 @@ jobs:
199199 if : type = pull_request
200200 os : linux
201201 arch : arm64
202- dist : xenial
202+ dist : bionic
203203 go : 1.16.x
204204 env :
205205 - GO111MODULE=on
@@ -208,7 +208,7 @@ jobs:
208208
209209 - stage : build
210210 os : linux
211- dist : xenial
211+ dist : bionic
212212 go : 1.15.x
213213 env :
214214 - GO111MODULE=on
@@ -219,7 +219,7 @@ jobs:
219219 - stage : build
220220 if : type = cron
221221 os : linux
222- dist : xenial
222+ dist : bionic
223223 go : 1.16.x
224224 env :
225225 - azure-purge
You can’t perform that action at this time.
0 commit comments