diff options
-rw-r--r-- | internal/tools/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tools/go.mod b/internal/tools/go.mod index dd5e02eb4..854c93fc0 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -3,7 +3,7 @@ module tools -go 1.21.13 +go 1.21 require ( github.com/golangci/misspell v0.6.0 |