2
0
mirror of https://github.com/namecoin/ncdns synced 2024-11-16 00:13:01 +00:00

Travis: Drop support for Go 1.11.x and lower

Our x509 package is no longer compatible with them.
This commit is contained in:
JeremyRand 2019-06-29 05:01:45 +00:00
parent bb16218f52
commit e5918ac80f
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

View File

@ -1,8 +1,5 @@
language: go
go:
- "1.10.3"
- "1.10.x"
- "1.11.x"
- "1.12.5"
- "1.12.x"
- "1.x"