travis.yml: Use Go 1.8.3 in tests and published images

This commit is contained in:
Dalton Hubble
2017-05-24 15:14:31 -07:00
parent 15a1128398
commit 3d30cff9ec

View File

@@ -4,7 +4,7 @@ services:
- docker
go:
- 1.7.4
- 1.8
- 1.8.3
- tip
matrix:
allow_failures:
@@ -19,6 +19,6 @@ deploy:
skip_cleanup: true
on:
branch: master
go: '1.8'
go: '1.8.3'
notifications:
email: change