diff options
author | Ralf Haferkamp <rhafer@suse.com> | 2020-06-22 16:46:54 +0200 |
---|---|---|
committer | Ralf Haferkamp <rhafer@suse.com> | 2020-06-22 16:53:33 +0200 |
commit | f52dd4fb1c98e4ba4794216e98385d27bc74d3dd (patch) | |
tree | 127ef1a284089c2aba3d505db35d399228fd8f7e /go.mod | |
parent | 4afdbcd6da849cbc072808d575d6b4ec90c5d9a6 (diff) | |
download | podman-f52dd4fb1c98e4ba4794216e98385d27bc74d3dd.tar.gz podman-f52dd4fb1c98e4ba4794216e98385d27bc74d3dd.tar.bz2 podman-f52dd4fb1c98e4ba4794216e98385d27bc74d3dd.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>
Diffstat (limited to 'go.mod')
-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 |