Formally record that we require Go 1.15

We already do in practice:
> vendor/golang.org/x/net/http2/transport.go:417:45: undefined: os.ErrDeadlineExceeded

so make that official.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2022-03-15 23:55:43 +01:00
parent 2019b79c7f
commit 6a2f38d66c

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/containers/skopeo
go 1.14
go 1.15
require (
github.com/Microsoft/go-winio v0.5.2 // indirect