From a5322270793a3a65fb6e46404df51be7cb57c382 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:58:37 +0900 Subject: [PATCH] Update go version of go.mod (#4718) --- .automation/test/go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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