airbrake / gobrake

Airbrake notifier for Golang
https://docs.airbrake.io/docs/platforms/go-lang
MIT License
104 stars 42 forks source link

.github/workflows/test: stop testing against go1.17 #358

Closed kyrylo closed 1 year ago

kyrylo commented 1 year ago

Latest GolangCI Lint doesn't support go1.17 anymore but we still do. Locking to an older GolangCI Lint doesn't work properly, so it's easier to stop testing against go1.17.