Bump Go versions and use '.x' to always get latest patch versions

This commit is contained in:
Harald Nordgren 2018-10-28 13:33:16 +01:00
parent 9ca959c31c
commit 4d193f0dd6

View File

@ -11,8 +11,8 @@ addons:
postgresql: "9.6"
go:
- 1.10.4
- 1.11
- 1.10.x
- 1.11.x
before_install:
- ./script/check_formatting.sh
@ -25,4 +25,4 @@ script:
- make build
- make test
- make test-all
- make docker-release
- make docker-release