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
Member

Support golangci-lint v1.62.0
Signed-off-by: Alexander Chuprov a.chuprov@yadro.com

Support golangci-lint v1.62.0 Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
achuprov added 1 commit 2024-11-11 07:14:13 +00:00
[#26] go.mod: Update version
All checks were successful
Tests and linters / Lint (pull_request) Successful in 49s
Tests and linters / Staticcheck (pull_request) Successful in 53s
Tests and linters / Tests (pull_request) Successful in 1m1s
Tests and linters / Build lib (pull_request) Successful in 1m7s
0928da6b4f
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
achuprov requested review from storage-core-committers 2024-11-11 07:14:32 +00:00
fyrchik requested changes 2024-11-11 07:19:37 +00:00
Dismissed
go.mod Outdated
@ -1,8 +1,8 @@
module git.frostfs.info/TrueCloudLab/linters
go 1.22
go 1.22.1
Owner

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`?
Author
Member

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.
fyrchik marked this conversation as resolved
achuprov force-pushed feat/bump_1.62.0 from 0928da6b4f to 9cb5f1591f 2024-11-11 16:04:25 +00:00 Compare
achuprov force-pushed feat/bump_1.62.0 from 9cb5f1591f to 1f8788c39b 2024-11-11 16:18:51 +00:00 Compare
achuprov force-pushed feat/bump_1.62.0 from 1f8788c39b to 628ee422df 2024-11-11 18:12:22 +00:00 Compare
fyrchik approved these changes 2024-11-12 11:58:16 +00:00
fyrchik merged commit 628ee422df into master 2024-11-12 12:02:08 +00:00
fyrchik referenced this pull request from a commit 2024-11-12 12:02:10 +00:00
Sign in to join this conversation.
No description provided.