Skip to content

Commit

Permalink
maint: drop versions of go below 1.16 (#39)
Browse files Browse the repository at this point in the history
- 1.12 has been failing in CI and is ancient
- drop versions released prior to 2021
  • Loading branch information
vreynolds authored Nov 29, 2022
1 parent 0259dd6 commit 2e5c33f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
matrix_goversions: &matrix_goversions
matrix:
parameters:
goversion: ["12", "13", "14", "15", "16", "17", "18", "19"]
goversion: ["16", "17", "18", "19"]

# Default version of Go to use for Go steps
default_goversion: &default_goversion "18"
Expand Down Expand Up @@ -43,13 +43,6 @@ jobs:
steps:
- buildevents/with_job_span:
steps:
- when:
condition:
equal: ["12", "<< parameters.goversion >>" ]
steps:
- run:
name: Update certs in old CI image
command: sudo apt-get update && sudo apt-get install -y ca-certificates
- checkout
- run: go get -v -t -d ./...
- run: go test -race -v ./...
Expand Down

0 comments on commit 2e5c33f

Please sign in to comment.