From 997db04b9f95118758f3074d4f1bc973fdc7d3cd Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Tue, 3 Dec 2019 21:31:23 -0600 Subject: [PATCH] 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. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4df32e3..41bd02d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.11.x - 1.12.x - 1.13.x - tip