aws / amazon-ecs-service-connect-agent

Amazon ECS Service Connect Agent
Apache License 2.0
27 stars 10 forks source link

Update go version to 1.21. #43

Closed thomashoffman closed 1 year ago

thomashoffman commented 1 year ago

Summary

Updates go version to 1.21 (latest major version listed in https://go.dev/doc/devel/release).

Implementation details

Update all instances of 1.20 with 1.21 and run go mod tidy and go mod verify.

Testing

make test

New tests cover the changes: no

Description for the changelog

Update go version to 1.21.

Licensing

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