From 112a9d4c4a6a5a913be744523e43013582a31b88 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Tue, 16 Mar 2021 19:41:41 +0000 Subject: [PATCH] Stop testing against go1.9-1.12 Signed-off-by: Nick Thomas --- .circleci/config.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca425983..715e26e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,20 +43,6 @@ workflows: tests: jobs: # Supported Go versions are synced with github.com/prometheus/client_golang. - - test: - name: go-1-9 - go_version: "1.9" - use_gomod_cache: false - - test: - name: go-1-10 - go_version: "1.10" - use_gomod_cache: false - - test: - name: go-1-11 - go_version: "1.11" - - test: - name: go-1-12 - go_version: "1.12" - test: name: go-1-13 go_version: "1.13"