forked from TrueCloudLab/linters
[#7] Bump required go version to go1.20
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
7ceda9eddf
commit
ed4e79b1aa
1 changed files with 3 additions and 6 deletions
9
go.mod
9
go.mod
|
@ -1,11 +1,8 @@
|
||||||
module git.frostfs.info/TrueCloudLab/linters
|
module git.frostfs.info/TrueCloudLab/linters
|
||||||
|
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|
||||||
require golang.org/x/tools v0.9.3
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
github.com/mitchellh/mapstructure v1.5.0
|
||||||
golang.org/x/mod v0.12.0 // indirect
|
golang.org/x/tools v0.12.0
|
||||||
golang.org/x/sys v0.10.0 // indirect
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue