diff options
author | Ralf Haferkamp <rhafer@suse.com> | 2020-06-22 16:46:54 +0200 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-06-24 14:35:39 -0400 |
commit | 7ea37dfe19f83982e886bce9ee8e23ab71e58286 (patch) | |
tree | 74f6d0d89f86ac9460892b09b83dcefe8bd74484 | |
parent | 36d8b6979429d8f9c2e1cbdee104f6724978766d (diff) | |
download | podman-7ea37dfe19f83982e886bce9ee8e23ab71e58286.tar.gz podman-7ea37dfe19f83982e886bce9ee8e23ab71e58286.tar.bz2 podman-7ea37dfe19f83982e886bce9ee8e23ab71e58286.zip |
Bump required go version to 1.13
Recent versions of libpod use features from github.com/pkg/errors
that are only available when building with go 1.13 or newer.
Closes #6708
Signed-off-by: Ralf Haferkamp <rhafer@suse.com>
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/containers/libpod -go 1.12 +go 1.13 require ( github.com/BurntSushi/toml v0.3.1 |