diff --git a/podman.changes b/podman.changes index 549d5df..2b8075e 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 13 07:17:16 UTC 2018 - Valentin Rothberg + +- Require golang >= 1.10. + ------------------------------------------------------------------- Fri Nov 9 07:46:46 UTC 2018 - Valentin Rothberg diff --git a/podman.spec b/podman.spec index 56c938e..797b5be 100644 --- a/podman.spec +++ b/podman.spec @@ -49,7 +49,7 @@ BuildRequires: libbtrfs-devel BuildRequires: libcontainers-common BuildRequires: libgpgme-devel BuildRequires: libseccomp-devel -BuildRequires: golang(API) >= 1.9 +BuildRequires: golang(API) >= 1.10 Requires: cni Requires: cni-plugins Requires: libcontainers-common