From 8f66c9955f35dc050ba8b4be861e00006cb8f32c Mon Sep 17 00:00:00 2001 From: Fredrik Skogman Date: Mon, 15 Jul 2024 12:59:13 +0200 Subject: [PATCH] Avoid setting toolchain version Signed-off-by: Fredrik Skogman --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 9e4c4019..28861800 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/theupdateframework/go-tuf/v2 go 1.22.0 -toolchain go1.22.5 - require ( github.com/go-logr/stdr v1.2.2 github.com/secure-systems-lab/go-securesystemslib v0.8.0