File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ matrix:
13
13
go : 1.6.2
14
14
- os : linux
15
15
dist : trusty
16
- go : 1.7
16
+ go : 1.7.4
17
17
- os : osx
18
- go : 1.7
18
+ go : 1.7.4
19
19
20
20
# This builder does the Ubuntu PPA and Linux Azure uploads
21
21
- os : linux
22
22
dist : trusty
23
23
sudo : required
24
- go : 1.7
24
+ go : 1.7.4
25
25
env :
26
26
- ubuntu-ppa
27
27
- azure-linux
@@ -55,7 +55,7 @@ matrix:
55
55
56
56
# This builder does the OSX Azure, Android Maven and Azure and iOS CocoaPods and Azure uploads
57
57
- os : osx
58
- go : 1.7
58
+ go : 1.7.4
59
59
env :
60
60
- azure-osx
61
61
- mobile
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ environment:
22
22
23
23
install :
24
24
- rmdir C:\go /s /q
25
- - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3 .windows-%GETH_ARCH%.zip
26
- - 7z x go1.7.3 .windows-%GETH_ARCH%.zip -y -oC:\ > NUL
25
+ - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4 .windows-%GETH_ARCH%.zip
26
+ - 7z x go1.7.4 .windows-%GETH_ARCH%.zip -y -oC:\ > NUL
27
27
- go version
28
28
- gcc --version
29
29
You can’t perform that action at this time.
0 commit comments