From 7279588086d1a2785e6df6f69dc2847bbaca07ad Mon Sep 17 00:00:00 2001 From: Scott Blum Date: Fri, 25 Oct 2024 09:18:25 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2c114c..30441dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,18 +9,6 @@ shared_configs: # Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference version: 2.1 jobs: - build-1-19: - working_directory: ~/repo - docker: - - image: cimg/go:1.19 - steps: *simple_job_steps - - build-1-20: - working_directory: ~/repo - docker: - - image: cimg/go:1.20 - steps: *simple_job_steps - build-1-21: working_directory: ~/repo docker: @@ -33,9 +21,6 @@ jobs: - image: cimg/go:1.22 steps: *simple_job_steps - # TODO: Need updates to some static analyzer tools to support 1.22. After those - # are updated, move the full linting from 1.21 to this latest release. - build-1-23: working_directory: ~/repo docker: @@ -50,8 +35,6 @@ jobs: workflows: pr-build-test: jobs: - - build-1-19 - - build-1-20 - build-1-21 - build-1-22 - - build-1-23 \ No newline at end of file + - build-1-23