Require Go 1.12 or newer

Go 1.11 does not support TLS 1.3.  To simplify cipher suite selection,
we now require at least Go 1.12.
This commit is contained in:
Cameron Moore 2019-12-03 21:31:23 -06:00
parent 769e743563
commit 997db04b9f

View file

@ -1,7 +1,6 @@
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip