mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 23:21:12 -05:00
Update go version of go.mod (#4718)
This commit is contained in:
parent
39bf4346ea
commit
a532227079
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue