Merge pull request #21053 from rhatdan/VERSION

Move golang requirement from 1.18 to 1.20
This commit is contained in:
openshift-merge-bot[bot]
2023-12-19 12:10:46 +00:00
committed by GitHub
4 changed files with 7 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
module github.com/containers/podman/test/tools
go 1.18
go 1.20
require (
github.com/cpuguy83/go-md2man/v2 v2.0.3