Update to Go 1.22

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2024-08-22 21:50:18 +02:00
parent bebbbaee46
commit 795705e41c
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,7 +1,7 @@
module github.com/containers/skopeo
// Minimum required golang version
go 1.21.0
go 1.22.0
// Warning: Ensure the "go" and "toolchain" versions match exactly to prevent unwanted auto-updates

View File

@ -139,7 +139,7 @@ located at [https://github.com/containers/image_build/tree/main/skopeo](https://
Otherwise, read on for building and installing it from source:
To build the `skopeo` binary you need at least Go 1.21.
To build the `skopeo` binary you need at least Go 1.22.
There are two ways to build skopeo: in a container, or locally without a
container. Choose the one which better matches your needs and environment.