stop testing old things

This commit is contained in:
Scott Blum 2022-10-31 11:35:39 -04:00
parent 4b84da5681
commit aef48f31dd
1 changed files with 0 additions and 14 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 # Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
version: 2.1 version: 2.1
jobs: jobs:
build-1-15:
working_directory: ~/repo
docker:
- image: cimg/go:1.15
steps: *simple_job_steps
build-1-16:
working_directory: ~/repo
docker:
- image: cimg/go:1.16
steps: *simple_job_steps
build-1-17: build-1-17:
working_directory: ~/repo working_directory: ~/repo
docker: docker:
@ -42,8 +30,6 @@ jobs:
workflows: workflows:
pr-build-test: pr-build-test:
jobs: jobs:
- build-1-15
- build-1-16
- build-1-17 - build-1-17
- build-1-18 - build-1-18
- build-1-19 - build-1-19