-
|
Hello, community. I've got a strange situation after upgrade to go1.22.5 linux/amd64 and golangci-lint 1.59.1 My local setup (EVERYTHING IS FINE):go envAnd the command outputThe CI setup (HERE IS THE PROBLEM):go envAnd the command outputLinter config (same for local, docker and CI setups)Final thoughtsVery suspicious entries from the linter output for me are: Why these numbers are different on the same linter version with the same config? And what would be your advice to tackle this problem in the CI setup? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
|
Hello, can you try to run |
Beta Was this translation helpful? Give feedback.
can you run
golangci-lint cache cleanand re-run the command?In all cases, the issues excluded by
invalid_issuesare related to:All those problems are related to the same thing as
typecheck, so you must fix your mocks.