File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo: false
44matrix :
55 include :
66 - os : linux
7- dist : trusty
7+ dist : xenial
88 sudo : required
99 go : 1.10.x
1010 script :
@@ -16,7 +16,7 @@ matrix:
1616
1717 # These are the latest Go versions.
1818 - os : linux
19- dist : trusty
19+ dist : xenial
2020 sudo : required
2121 go : 1.11.x
2222 script :
@@ -43,7 +43,7 @@ matrix:
4343
4444 # This builder only tests code linters on latest version of Go
4545 - os : linux
46- dist : trusty
46+ dist : xenial
4747 go : 1.11.x
4848 env :
4949 - lint
@@ -55,7 +55,7 @@ matrix:
5555 # This builder does the Ubuntu PPA upload
5656 - if : type = push
5757 os : linux
58- dist : trusty
58+ dist : xenial
5959 go : 1.11.x
6060 env :
6161 - ubuntu-ppa
@@ -77,7 +77,7 @@ matrix:
7777 # This builder does the Linux Azure uploads
7878 - if : type = push
7979 os : linux
80- dist : trusty
80+ dist : xenial
8181 sudo : required
8282 go : 1.11.x
8383 env :
@@ -111,7 +111,7 @@ matrix:
111111 # This builder does the Linux Azure MIPS xgo uploads
112112 - if : type = push
113113 os : linux
114- dist : trusty
114+ dist : xenial
115115 services :
116116 - docker
117117 go : 1.11.x
@@ -139,7 +139,7 @@ matrix:
139139 # This builder does the Android Maven and Azure uploads
140140 - if : type = push
141141 os : linux
142- dist : trusty
142+ dist : xenial
143143 addons :
144144 apt :
145145 packages :
@@ -206,7 +206,7 @@ matrix:
206206 # This builder does the Azure archive purges to avoid accumulating junk
207207 - if : type = cron
208208 os : linux
209- dist : trusty
209+ dist : xenial
210210 go : 1.11.x
211211 env :
212212 - azure-purge
You can’t perform that action at this time.
0 commit comments