diff --git a/go.mod b/go.mod index 30d657f9..b25a829e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/evilmartians/lefthook -go 1.22.2 +go 1.22 + +toolchain go1.22.2 require ( github.com/MakeNowJust/heredoc v1.0.0