Enable more golang versions

This commit is contained in:
Daniel Sonck 2020-09-05 01:35:50 +02:00
parent c6f9dc46c5
commit 39ca4fc6d3
No known key found for this signature in database
GPG key ID: 212CF540404BE730

View file

@ -1,6 +1,12 @@
language: go
go:
- 1.8.3
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- "1.14"
- tip
script: go test -v
notifications: