aws / aws-xray-sdk-go

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

Changing sample-app go.mod redirection #448

Closed atshaw43 closed 10 months ago

atshaw43 commented 10 months ago

Issue #, if available: Sample-app does not work out of the box because of the go.mod redirection points to the wrong folder.

Description of changes: Change the redirection to 2 folders up. This causes an issue with EB running with Go. So we change it back for the GitHub workflows. application.go must be at the working directory level. This is hard coded as a part of EB.

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