Skip to content

Commit

Permalink
travis.yml: Use Go 1.8.3 in tests and published images
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed May 25, 2017
1 parent 15a1128 commit 3d30cff
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,7 +4,7 @@ services:
- docker
go:
- 1.7.4
- 1.8
- 1.8.3
- tip
matrix:
allow_failures:
Expand All @@ -19,6 +19,6 @@ deploy:
skip_cleanup: true
on:
branch: master
go: '1.8'
go: '1.8.3'
notifications:
email: change

0 comments on commit 3d30cff

Please sign in to comment.