Description
When trying to us: v29.3.0+incompatible we get a compile issues
cannot range over 10 (untyped int constant): requires go1.22 or later (-lang was set to go1.16; check go.mod)
This is caused by not using go.mod (incompatible) mode which pins the version to go 1.16.
Reproduce
- update to v29.3.0+incompatible
- Try to compile a packate
Expected behavior
compiles
docker version
docker info
Additional Info
Also conflicts with docker/buildx pulled in by compose v2.40.3
Description
When trying to us: v29.3.0+incompatible we get a compile issues
This is caused by not using go.mod (incompatible) mode which pins the version to go 1.16.
Reproduce
Expected behavior
compiles
docker version
docker info
Additional Info
Also conflicts with docker/buildx pulled in by compose v2.40.3