diff --git a/.automation/test/go.mod b/.automation/test/go.mod index efdb9dfe..e842c2d9 100644 --- a/.automation/test/go.mod +++ b/.automation/test/go.mod @@ -1,6 +1,8 @@ module github.com/super-linter/super-linter -go 1.17 +go 1.21 + +toolchain go1.21.1 require ( github.com/go-playground/validator/v10 v10.11.1