neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
494 stars 70 forks source link

Pin staticcheck version #450

Closed fbiville closed 1 year ago

fbiville commented 1 year ago

staticcheck recent versions have upgraded their Go baseline version to > 1.18, which breaks this driver's build.

We only allow Go version bumps in major releases of the driver, so upgrades of staticcheck will not be possible before 6.0!