aws / aws-xray-sdk-go

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

Update sample app go.mod and go.sum to fix workflow #399

Closed jj22ee closed 1 year ago

jj22ee commented 1 year ago

Issue #, if available: ECR publish workflow is failing with error:

go: updates to go.mod needed;

https://github.com/aws/aws-xray-sdk-go/actions/runs/4247982762/jobs/7389121931

Description of changes:

cd sample-apps/http-server/
go get
go mod tidy

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