From b9a752fd668f39ceda58a33bc40d4282b82a58b2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 4 Oct 2022 13:00:49 +0200 Subject: [PATCH] remove go1.16 from test matrix Both go1.16 and go1.17 reached EOL; keeping go1.17 for now, as there may still be projects that are slightly behind. Signed-off-by: Sebastiaan van Stijn --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78b312a..ec896dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,11 +7,6 @@ workflows: ci: jobs: - lint - - go/test: - name: test-golang-1.16 - executor: - name: go/golang - tag: 1.16-alpine - go/test: name: test-golang-1.17 executor: