containers / image

Work with containers' images
Apache License 2.0
844 stars 366 forks source link

Drop the toolchain directive from go.mod #2473

Closed mtrmac closed 4 days ago

mtrmac commented 4 days ago

Per previous consensus, we intentionally keep the toolchain at .0 so that the package does not interfere with toolchain update decisions.

Revert the tooolchain dependency from 1.21.11 to 1.21.0; then (go mod tidy) removed it entirely.