axiomhq / axiom-syslog-proxy

A syslog push interface to Axiom.
https://axiom.co
MIT License
8 stars 4 forks source link

Update go to 1.22 #61

Closed smorimoto closed 4 months ago

lukasmalkmus commented 4 months ago

@smorimoto The bump of golangci-lint resulted in some new linting problems discovered on the main branch: https://github.com/axiomhq/axiom-syslog-proxy/actions/runs/8568431586.

I think it wasn't discovered on this PR because CI is configured to only fail on "new" linter issues. And I think "new" in that context means "newly introduced code that doesn't pass linting". Sorry I can't give you a more elaborate answer at this point, need to investigate.

But the failures look rather simple. Would you mind taking a look at fixing those? Otherwise I put it on my list. make lint should be your friend :D Looks like you just need to underscore (_) some unused params.

smorimoto commented 4 months ago

Sure!