Skip to content

Commit 29d6881

Browse files
committed
travis, appveyor: build with Go 1.7.4
1 parent e269292 commit 29d6881

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ matrix:
1313
go: 1.6.2
1414
- os: linux
1515
dist: trusty
16-
go: 1.7
16+
go: 1.7.4
1717
- os: osx
18-
go: 1.7
18+
go: 1.7.4
1919

2020
# This builder does the Ubuntu PPA and Linux Azure uploads
2121
- os: linux
2222
dist: trusty
2323
sudo: required
24-
go: 1.7
24+
go: 1.7.4
2525
env:
2626
- ubuntu-ppa
2727
- azure-linux
@@ -55,7 +55,7 @@ matrix:
5555

5656
# This builder does the OSX Azure, Android Maven and Azure and iOS CocoaPods and Azure uploads
5757
- os: osx
58-
go: 1.7
58+
go: 1.7.4
5959
env:
6060
- azure-osx
6161
- mobile

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ environment:
2222

2323
install:
2424
- 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
2727
- go version
2828
- gcc --version
2929

0 commit comments

Comments
 (0)