Merge pull request #386 from HaraldNordgren/go_versions

Bump Go versions and use '.x' to always get latest patch versions
This commit is contained in:
Dan Sosedoff 2018-11-14 18:40:21 -06:00 committed by GitHub
commit 0b400b1ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@ addons:
postgresql: "9.6" postgresql: "9.6"
go: go:
- 1.10.4 - 1.10.x
- 1.11 - 1.11.x
before_install: before_install:
- ./script/check_formatting.sh - ./script/check_formatting.sh