no longer supporting go 1.14 (#289)

This commit is contained in:
Joshua Humphries 2022-02-07 12:03:53 -05:00 committed by GitHub
parent b34b13bab3
commit aa5998a119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -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:
@ -56,7 +50,6 @@ jobs:
workflows:
pr-build-test:
jobs:
- build-1-14
- build-1-15
- build-1-16
- build-1-17