Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsinth authored Oct 25, 2024
1 parent 5e60c9c commit 7279588
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
- build-1-23

0 comments on commit 7279588

Please sign in to comment.