lasiar / canonicalheader

Golang linter checking the canonicality of the http header
MIT License
6 stars 1 forks source link

Bump golangci-lint to latest #41

Closed ccoVeille closed 2 weeks ago

ccoVeille commented 3 weeks ago

You currently use 1.57.2

1.58.1 was released

You could use version: latest if you don't want to maintain it

https://github.com/marketplace/actions/golangci-lint

lasiar commented 2 weeks ago

I want to bump manually, because sometimes update linters can break CI.

Example: unused started working with anonymous functions

ccoVeille commented 2 weeks ago

OK, understood

lasiar commented 2 weeks ago

already updated!