Skip to content

Commit

Permalink
Bump required go version to 1.13
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rhafer committed Jun 22, 2020
1 parent 4afdbcd commit f52dd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/containers/libpod

go 1.12
go 1.13

require (
github.com/BurntSushi/toml v0.3.1
Expand Down

0 comments on commit f52dd4f

Please sign in to comment.