diff --git a/.circleci/config.yml b/.circleci/config.yml index 36486f66..c1d5b3b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,9 +42,9 @@ workflows: matrix: parameters: go-version: - - "1.18" - "1.19" - "1.20" + - "1.21" build: jobs: - test: diff --git a/README.md b/README.md index 72b3523a..044b9464 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This package makes it easy to instrument your Go app to send useful events to [H ## Dependencies -Golang 1.18+ +Golang 1.19+ ## Contributions diff --git a/go.mod b/go.mod index 8be3d7aa..c3386522 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/honeycombio/beeline-go -go 1.18 +go 1.19 require ( github.com/DATA-DOG/go-sqlmock v1.5.2