generated from TrueCloudLab/basic
[#7] Bump required go version to go1.20 #7
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
|
||||
|
||||
go 1.19
|
||||
|
||||
require golang.org/x/tools v0.9.3
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
golang.org/x/sys v0.10.0 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
golang.org/x/tools v0.12.0
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue