-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
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
N/Adocker info
N/AAdditional Info
Also conflicts with docker/buildx pulled in by compose v2.40.3
Reactions are currently unavailable