Skip to content

Commit 5520b6b

Browse files
committed
use Go 1.15 as minimum version
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
1 parent 028a295 commit 5520b6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tool/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/opencontainers/distribution-spec/.tool
22

3-
go 1.16
3+
go 1.15
44

55
require github.com/opencontainers/distribution-spec/specs-go v0.0.0-20210623213441-eb171947459c // indirect

specs-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/opencontainers/distribution-spec/specs-go
22

3-
go 1.16
3+
go 1.15

0 commit comments

Comments
 (0)