1
0
mirror of https://github.com/opencontainers/image-spec.git synced 2026-02-05 09:45:41 +01:00
Files
image-spec/go.mod
2025-07-15 15:16:55 +02:00

9 lines
321 B
Modula-2

module github.com/opencontainers/image-spec
// The minimum Go release is only incremented when required by a feature.
// At least 3 Go releases will be supported by the spec.
// For example, updating this version to 1.19 first requires Go 1.21 to be released.
go 1.18
require github.com/opencontainers/go-digest v1.0.0