From f4ad93d5f64a06b4486d670e1dba746e6fc3f288 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 29 Oct 2024 13:14:07 +0100 Subject: [PATCH] test/tools/go.mod: remove toolchain Like our main go.mod we never want to force a specific toolchain. Signed-off-by: Paul Holzinger --- test/tools/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/tools/go.mod b/test/tools/go.mod index a4cef5676c..c2bce0ec5c 100644 --- a/test/tools/go.mod +++ b/test/tools/go.mod @@ -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