Merge pull request #491 from sosedoff/ci-go-1.15

Run specs on go1.15
This commit is contained in:
Dan Sosedoff 2020-10-18 09:35:54 -05:00 committed by GitHub
commit 7f66e3e523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@ addons:
postgresql: "9.6"
go:
- "1.11"
- "1.12"
- "1.13"
- "1.14"
- "1.15"
before_install:
- ./script/check_formatting.sh