Skip to content

Commit

Permalink
travis: bump go to 1.10.x and use go 1.10 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestc committed Mar 12, 2018
1 parent 31037f0 commit df68e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ install: true
os:
- linux
go:
- 1.9.2
- 1.10.x
- master
env:
global:
- GO_FOR_RELEASE=1.9
- GO_FOR_RELEASE=1.10
matrix:
- GOARCH=amd64
- GOARCH=386
Expand Down

0 comments on commit df68e07

Please sign in to comment.