Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 19 commits into from
May 11, 2022

Conversation

bhautikpip
Copy link
Contributor

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.

@bhautikpip bhautikpip requested a review from a team as a code owner May 11, 2022 19:28
@@ -1,7 +1,7 @@
module distributioncheck

require (
github.com/aws/aws-xray-sdk-go v1.6.0
github.com/aws/aws-xray-sdk-go latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: is this to pull the latest tag or the master repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest released tag always.

@bhautikpip bhautikpip requested a review from wangzlei May 11, 2022 21:22
@bhautikpip bhautikpip merged commit b4b1372 into aws:master May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants