Update go version of go.mod (#4718)

This commit is contained in:
Masaya Suzuki 2023-10-16 00:58:37 +09:00 committed by GitHub
parent 39bf4346ea
commit a532227079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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