You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: modernize Go toolchain, dependencies, and linting configuration
- Update golangci-lint GitHub Action to v8
- Revise golangci-lint config: specify version, switch to default none, add exclusions and formatters section
- Upgrade Go version and toolchain in example modules to 1.23.0 and go1.24.6
- Update dependencies in example modules and root go.mod to use newer versions for appleboy/com, cespare/xxhash/v2, golang-queue/queue, redis/go-redis/v9, testcontainers/testcontainers-go, docker/docker, mergo, go-logr/logr, magiconair/properties, opencontainers/image-spec, yusufpapurcu/wmi, and others
- Add new dependencies in root go.mod, including purego, moby/sys/userns, ebitengine/purego, and several opentelemetry packages
- Replace deprecated or removed dependencies with updated alternatives (e.g. shirou/gopsutil/v3 → v4)
- Refresh go.sum files to match updated dependency versions
Signed-off-by: appleboy <appleboy.tw@gmail.com>
0 commit comments