Merge pull request #6709 from rhafer/go-version

Bump required go version to 1.13
This commit is contained in:
OpenShift Merge Robot 2020-06-22 19:05:04 +02:00 committed by GitHub
commit 22942e392d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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