Skip to content

Commit

Permalink
no longer supporting go 1.14 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump committed Feb 7, 2022
1 parent b34b13b commit aa5998a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,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-14:
working_directory: ~/repo
docker:
- image: circleci/golang:1.14
steps: *simple_job_steps

build-1-15:
working_directory: ~/repo
docker:
Expand Down Expand Up @@ -56,7 +50,6 @@ jobs:
workflows:
pr-build-test:
jobs:
- build-1-14
- build-1-15
- build-1-16
- build-1-17

0 comments on commit aa5998a

Please sign in to comment.