Skip to content

Commit

Permalink
maint: drop go 14, 15, 16 (#225)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- 16 has been eol since march 2022
- catalyst is [upgrading
testify](#224), which no
longer works with those older versions
  • Loading branch information
vreynolds authored Jun 5, 2023
1 parent 25b4c76 commit 7e53d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ filters_publish: &filters_publish
matrix_goversions: &matrix_goversions
matrix:
parameters:
goversion: ["14", "15", "16", "17", "18", "19", "20"]
goversion: ["17", "18", "19", "20"]

# Default version of Go to use for Go steps
default_goversion: &default_goversion "20"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For tracing support and automatic instrumentation of Gorilla, `httprouter`, `sql

## Dependencies

Golang 1.14+
Golang 1.17+

## Contributions

Expand Down

0 comments on commit 7e53d55

Please sign in to comment.