mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
Fix lowest possible go version to be 1.9
containers/storage needs math/bits which has been added in go 1.9, so this is now the lowest possible go version to build skopeo. We can also remove the GO15VENDOREXPERIMENT variable since this has been enabled in go 1.6 per default and removed in go 1.7. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
@@ -164,7 +164,7 @@ $ sudo zypper install skopeo
|
||||
|
||||
Otherwise, read on for building and installing it from source:
|
||||
|
||||
To build the `skopeo` binary you need at least Go 1.5 because it uses the latest `GO15VENDOREXPERIMENT` flag.
|
||||
To build the `skopeo` binary you need at least Go 1.9.
|
||||
|
||||
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.
|
||||
|
||||
|
Reference in New Issue
Block a user