Skip to content

Commit

Permalink
use Go 1.15 as minimum version
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky committed Jun 23, 2021
1 parent 028a295 commit 5520b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/opencontainers/distribution-spec/.tool

go 1.16
go 1.15

require github.com/opencontainers/distribution-spec/specs-go v0.0.0-20210623213441-eb171947459c // indirect
2 changes: 1 addition & 1 deletion specs-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/opencontainers/distribution-spec/specs-go

go 1.16
go 1.15

0 comments on commit 5520b6b

Please sign in to comment.