Skip to content

Commit

Permalink
Merge pull request #414 from mackerelio/go-1.9
Browse files Browse the repository at this point in the history
build with Go 1.9
  • Loading branch information
astj committed Sep 22, 2017
2 parents 12aea76 + 9018bae commit 5c66970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
- docker
language: go
go:
- 1.8
- 1.9
env:
global:
- PATH=/home/travis/gopath/bin:$PATH DEBIAN_FRONTEND=noninteractive
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ install:
- echo %Path%
- choco install -y ruby
- rd c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.windows-386.zip
- 7z x go1.8.windows-386.zip -oC:\ >nul
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.windows-386.zip
- 7z x go1.9.windows-386.zip -oC:\ >nul
- go version
- go env
- set CERT= & set CERTPASS= & set
Expand Down

0 comments on commit 5c66970

Please sign in to comment.