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>
This commit is contained in:
Ralf Haferkamp 2020-06-22 16:46:54 +02:00
parent 4afdbcd6da
commit f52dd4fb1c
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/containers/libpod
go 1.12
go 1.13
require (
github.com/BurntSushi/toml v0.3.1