mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-28 09:01:09 -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
|
module github.com/super-linter/super-linter
|
||||||
|
|
||||||
go 1.17
|
go 1.21
|
||||||
|
|
||||||
|
toolchain go1.21.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/go-playground/validator/v10 v10.11.1
|
github.com/go-playground/validator/v10 v10.11.1
|
||||||
|
|
Loading…
Reference in a new issue