Update golangci-lint to v1.60 and fix issues #1280

Open
opened 2024-07-29 12:47:26 +00:00 by fyrchik · 1 comment
Owner

An example, applicable to almost all repositories TrueCloudLab/frostfs-api-go#96

In the frostfs-node we have new warnings from contextcheck linter.
I suggest fixing deprecated configuration fields and creating new tasks for other things.

  • frostfs-node
  • frostfs-s3-gw
  • frostfs-http-gw
  • frostfs-sdk-go
  • hrw
  • tzhash
An example, applicable to almost all repositories https://git.frostfs.info/TrueCloudLab/frostfs-api-go/pulls/96 In the frostfs-node we have new warnings from contextcheck linter. I suggest fixing deprecated configuration fields and creating new tasks for other things. - [x] frostfs-node - [x] frostfs-s3-gw - [x] frostfs-http-gw - [x] frostfs-sdk-go - [ ] hrw - [ ] tzhash
fyrchik added the
triage
label 2024-07-29 12:47:26 +00:00
fyrchik added
Infrastructure
good first issue
internal
and removed
triage
labels 2024-07-29 12:52:22 +00:00
elebedeva was assigned by fyrchik 2024-07-29 12:52:39 +00:00
fyrchik changed title from Update golangci-lint to v1.59 and fix issues to Update golangci-lint to v1.60 and fix issues 2024-08-19 08:24:26 +00:00
fyrchik reopened this issue 2024-08-22 10:35:11 +00:00
Author
Owner

On master, go1.23

Error: build linters: unable to load custom analyzer "truecloudlab-linters": bin/linters/external_linters.so, plugin.Open("/repo/frostfs/node/bin/linters/external_linters"): plugin was built with a different version of package encoding/json
Failed executing command with error: build linters: unable to load custom analyzer "truecloudlab-linters": bin/linters/external_linters.so, plugin.Open("/repo/frostfs/node/bin/linters/external_linters"): plugin was built with a different version of package encoding/json
make: *** [Makefile:204: lint] Error 3
On master, go1.23 ``` Error: build linters: unable to load custom analyzer "truecloudlab-linters": bin/linters/external_linters.so, plugin.Open("/repo/frostfs/node/bin/linters/external_linters"): plugin was built with a different version of package encoding/json Failed executing command with error: build linters: unable to load custom analyzer "truecloudlab-linters": bin/linters/external_linters.so, plugin.Open("/repo/frostfs/node/bin/linters/external_linters"): plugin was built with a different version of package encoding/json make: *** [Makefile:204: lint] Error 3 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1280
No description provided.