diff --git a/internal/tools/tools.go b/internal/tools/tools.go index 065e9fa3..99bc400e 100644 --- a/internal/tools/tools.go +++ b/internal/tools/tools.go @@ -18,7 +18,7 @@ package tools // This file follows the recommendation at -// 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 // on how to pin tooling dependencies to a go.mod file. // This ensures that all systems use the same version of tools in addition to regular dependencies.