From 7e53d55a0b3b47a9ff751ddf6c7d9bfd57b810e4 Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Mon, 5 Jun 2023 05:10:10 -0400 Subject: [PATCH] maint: drop go 14, 15, 16 (#225) ## Which problem is this PR solving? - 16 has been eol since march 2022 - catalyst is [upgrading testify](https://github.com/honeycombio/libhoney-go/pull/224), which no longer works with those older versions --- .circleci/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4bcc928..5ad4085 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" diff --git a/README.md b/README.md index abb80c4..f991d73 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ For tracing support and automatic instrumentation of Gorilla, `httprouter`, `sql ## Dependencies -Golang 1.14+ +Golang 1.17+ ## Contributions