From f4daef5ffaa54eff8093b8a3095141d6a40903ec Mon Sep 17 00:00:00 2001 From: Koala Yeung Date: Sat, 20 Feb 2021 03:15:20 +0800 Subject: [PATCH] travis: Remove go 1.7 and 1.8 from test * Using sync.Map for idPool. The feature is only available on go 1.9 and after. So go 1.7 and 1.8 are droped out of support. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index db64767..0e6edb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: go dist: focal go: - - 1.7.x - - 1.8.x - 1.9.x - 1.10.x - 1.11.x