@@ -18,7 +18,7 @@ matrix:
18
18
- os : linux
19
19
dist : trusty
20
20
sudo : required
21
- go : " 1.10"
21
+ go : 1.10.x
22
22
script :
23
23
- sudo modprobe fuse
24
24
- sudo chmod 666 /dev/fuse
@@ -27,7 +27,7 @@ matrix:
27
27
- go run build/ci.go test -coverage $TEST_PACKAGES
28
28
29
29
- os : osx
30
- go : " 1.10"
30
+ go : 1.10.x
31
31
script :
32
32
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
33
33
- brew update
@@ -39,7 +39,7 @@ matrix:
39
39
# This builder only tests code linters on latest version of Go
40
40
- os : linux
41
41
dist : trusty
42
- go : " 1.10"
42
+ go : 1.10.x
43
43
env :
44
44
- lint
45
45
git :
@@ -50,7 +50,7 @@ matrix:
50
50
# This builder does the Ubuntu PPA upload
51
51
- os : linux
52
52
dist : trusty
53
- go : " 1.10"
53
+ go : 1.10.x
54
54
env :
55
55
- ubuntu-ppa
56
56
git :
@@ -69,7 +69,7 @@ matrix:
69
69
- os : linux
70
70
dist : trusty
71
71
sudo : required
72
- go : " 1.10"
72
+ go : 1.10.x
73
73
env :
74
74
- azure-linux
75
75
git :
@@ -103,7 +103,7 @@ matrix:
103
103
dist : trusty
104
104
services :
105
105
- docker
106
- go : " 1.10"
106
+ go : 1.10.x
107
107
env :
108
108
- azure-linux-mips
109
109
git :
@@ -147,7 +147,7 @@ matrix:
147
147
git :
148
148
submodules : false # avoid cloning ethereum/tests
149
149
before_install :
150
- - curl https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz | tar -xz
150
+ - curl https://storage.googleapis.com/golang/go1.10.1. linux-amd64.tar.gz | tar -xz
151
151
- export PATH=`pwd`/go/bin:$PATH
152
152
- export GOROOT=`pwd`/go
153
153
- export GOPATH=$HOME/go
@@ -164,7 +164,7 @@ matrix:
164
164
165
165
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
166
166
- os : osx
167
- go : " 1.10"
167
+ go : 1.10.x
168
168
env :
169
169
- azure-osx
170
170
- azure-ios
@@ -193,7 +193,7 @@ matrix:
193
193
# This builder does the Azure archive purges to avoid accumulating junk
194
194
- os : linux
195
195
dist : trusty
196
- go : " 1.10"
196
+ go : 1.10.x
197
197
env :
198
198
- azure-purge
199
199
git :
0 commit comments