Merge pull request #2069 from mtrmac/go1.19

Update to Go 1.19
This commit is contained in:
Valentin Rothberg
2023-08-07 09:59:34 +02:00
committed by GitHub

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/containers/skopeo
go 1.18
go 1.19
require (
github.com/containers/common v0.55.0