Skip to content

Commit 4dcf962

Browse files
committed
Document Go version policy
Signed-off-by: Brandon Mitchell <git@bmitch.net>
1 parent 5325ec4 commit 4dcf962

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HACKING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This spec includes several Go packages, and a command line tool considered to be
1010

1111
Prerequisites:
1212

13-
- Go - current release only, earlier releases are not supported
13+
- Go - latest version is recommended, see the [go.mod](go.mod) file for the minimum requirement
1414
- make
1515

1616
The following make targets are relevant for any work involving the Go packages.

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
module github.com/opencontainers/image-spec
22

3+
// The minimum Go release is only incremented when required by a feature.
4+
// At least 3 Go releases will be supported by the spec.
5+
// For example, updating this version to 1.19 first requires Go 1.21 to be released.
36
go 1.18
47

58
require (

0 commit comments

Comments
 (0)