ryanrolds / sqlclosecheck

Linter that confirms DB rows and statements are closed properly.
MIT License
83 stars 15 forks source link

Minimun Go version #30

Closed ldez closed 1 year ago

ldez commented 1 year ago

Is it possible for you to downgrade the version inside your go.mod to go1.20?

The new way to handle the module and Go version is strict.

https://github.com/golangci/golangci-lint/actions/runs/6094893861/job/16537363640

https://go.dev/blog/toolchain

https://github.com/golangci/golangci-lint/pull/4067

ryanrolds commented 1 year ago

Done.