mirror of
https://github.com/containers/skopeo.git
synced 2025-05-05 14:37:12 +00:00
Update to Go 1.22
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
bebbbaee46
commit
795705e41c
2
go.mod
2
go.mod
@ -1,7 +1,7 @@
|
|||||||
module github.com/containers/skopeo
|
module github.com/containers/skopeo
|
||||||
|
|
||||||
// Minimum required golang version
|
// 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
|
// Warning: Ensure the "go" and "toolchain" versions match exactly to prevent unwanted auto-updates
|
||||||
|
|
||||||
|
@ -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:
|
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
|
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.
|
container. Choose the one which better matches your needs and environment.
|
||||||
|
Loading…
Reference in New Issue
Block a user