Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] bump go version for linting (open-telemetry#23346)
After digging into what was causing linting time outs, it looks like golangci-lint was using up a significant amount of memory to run lint against otelcontribcol. After digging I came across this issue that mentions memory usage: golangci/golangci-lint#3565 (comment) I've tested bumping the linters to go 1.20 and so far it looks like the avg memory is lower than it was w/ go 1.19. I've also enabled verbose logging for linting to give us a bit more info when there are issues. --------- Signed-off-by: Alex Boten <aboten@lightstep.com>
- Loading branch information