mirror of https://github.com/containers/podman.git
test/tools/go.mod: remove toolchain
Like our main go.mod we never want to force a specific toolchain. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
d40ff2a0de
commit
f4ad93d5f6
|
@ -2,8 +2,6 @@ module github.com/containers/podman/test/tools
|
|||
|
||||
go 1.22.0
|
||||
|
||||
toolchain go1.22.7
|
||||
|
||||
require (
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.5
|
||||
github.com/go-swagger/go-swagger v0.30.5
|
||||
|
|
Loading…
Reference in New Issue