From b4dccfe6c1a3a19a7fc3050f330854aed233ac8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Toledano?= Date: Tue, 16 Jul 2024 17:21:22 +0200 Subject: [PATCH] fix: tools link (#128) --- tools/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools.go b/tools/tools.go index fea00f3..6001186 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -5,7 +5,7 @@ package tools // Manage tool dependencies via go.mod. // -// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module +// https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module // https://github.com/golang/go/issues/25922 //nolint:all