Skip to content

Commit

Permalink
maint(build): add 1.23 to supported versions (#256)
Browse files Browse the repository at this point in the history
So long as we're internally relying upon libhoney we should run our
tests against the go version we're using in hound. same rationale as
#245
  • Loading branch information
lizthegrey authored Nov 5, 2024
1 parent 8d30c3b commit 1b52a22
Showing 1 changed file with 1 addition and 1 deletion.
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: ["19", "20", "21", "22"]
goversion: ["19", "20", "21", "22", "23"]

# Default version of Go to use for Go steps
default_goversion: &default_goversion "20"
Expand Down

0 comments on commit 1b52a22

Please sign in to comment.