go.mod: Update version #26

Merged
fyrchik merged 1 commit from achuprov/linters:feat/bump_1.62.0 into master 2024-11-12 12:02:08 +00:00
2 changed files with 6 additions and 4 deletions

4
go.mod
View file

@ -1,8 +1,8 @@
module git.frostfs.info/TrueCloudLab/linters
go 1.22
go 1.22.0
fyrchik marked this conversation as resolved Outdated

We do not use 3-component version in go directive.
Could you just update x/tools?

We do not use 3-component version in `go` directive. Could you just update `x/tools`?

This is standard behavior for go mod tidy, likely caused by the presence of a revision number in one of the components. You’re right; setting the version to 1.22.0 would be correct.

This is standard behavior for `go mod tidy`, likely caused by the presence of a revision number in one of the [components](https://cs.opensource.google/go/x/tools/+/refs/tags/v0.27.0:go.mod;l=3;drc=4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf). You’re right; setting the version to `1.22.0` would be correct.
require (
github.com/mitchellh/mapstructure v1.5.0
golang.org/x/tools v0.24.0
golang.org/x/tools v0.27.0
)

6
go.sum
View file

@ -1,4 +1,6 @@
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=
golang.org/x/tools v0.25.0 h1:oFU9pkj/iJgs+0DT+VMHrx+oBKs/LJMV+Uvg78sl+fE=
golang.org/x/tools v0.25.0/go.mod h1:/vtpO8WL1N9cQC3FN5zPqb//fRXskFHbLKk4OW1Q7rg=
golang.org/x/tools v0.27.0 h1:qEKojBykQkQ4EynWy4S8Weg69NumxKdn40Fce3uc/8o=
golang.org/x/tools v0.27.0/go.mod h1:sUi0ZgbwW9ZPAq26Ekut+weQPR5eIM6GQLQ1Yjm1H0Q=