aws / aws-xray-sdk-go

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

Fix integrationg test workflow failure #432

Closed wangzlei closed 8 months ago

wangzlei commented 8 months ago

Issue #, if available: Integration test workflow has been blocked from #420 https://github.com/aws/aws-xray-sdk-go/actions/workflows/IntegrationTesting.yml

The issue is caused by sample app dependencies does not sync with sdk. This PR update go.mod and go.sum of sample app.

Description of changes:

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