aws / shim-loggers-for-containerd

Shim logger repository for streaming container logs when using Containerd
Apache License 2.0
48 stars 30 forks source link

ci: bump e2e test go version and linter version #191

Closed pendo324 closed 1 month ago

pendo324 commented 1 month ago

Issue #, if available: Build failures when merging https://github.com/aws/shim-loggers-for-containerd/pull/185

Description of changes: A new version of the github.com/docker/docker package requires the github.com/moby/sys/blob/main/userns package, which uses sync.OnceValue. Since sync.OnceValue was added in go 1.21.0 (doc link), the tests which run on go 1.20.x are failing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.