aws / aws-xray-sdk-go

AWS X-Ray SDK for the Go programming language.
Apache License 2.0
276 stars 117 forks source link

Lower supported version in go.mod to 1.19 #404

Closed jj22ee closed 1 year ago

jj22ee commented 1 year ago

Issue #, if available: Previous PR broke the smoke tests due to the go.mod update https://github.com/aws/aws-xray-sdk-go/pull/403

go: go.mod file indicates go 1.20, but maximum version supported by tidy is 1.19

Description of changes: Lower go.mod supported version to 1.19

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.