Update config.yml

This commit is contained in:
Scott Blum 2024-10-25 09:18:25 -04:00 committed by GitHub
parent 5e60c9c443
commit 7279588086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 18 deletions

View File

@ -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