aws / aws-xray-sdk-go

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

Pull in latest X-Ray SDK version in distribution test #363

Closed bhautikpip closed 2 years ago

bhautikpip commented 2 years ago

Issue #, if available: Currently distribution check test does not pull in the latest version of X-Ray Go SDK. It pulls the version mentioned in the go.mod file so that when we release the new version, we have to update the go.mod file manually to the latest version in order to run distribution test against the latest version.

Description of changes: This change always pulls in the latest released version of X-Ray Go SDK in distribution check so no need to update it.

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