sourcegraph / jsonrpc2

Package jsonrpc2 provides a client and server implementation of JSON-RPC 2.0 (http://www.jsonrpc.org/specification)
MIT License
195 stars 62 forks source link

Pin staticcheck version to v0.2.2 #63

Closed samherrmann closed 1 year ago

samherrmann commented 1 year ago

The CI pipeline has been broken in this project for some time because the latest version of staticcheck is not compatible with every version of Go. Through trial and error, it was discovered that staticcheck v0.2.2 is the latest version that is compatible with Go 1.16.

The authors of staticcheck also recommend pinning the version in CI pipelines to prevent unintentional breakage of the build 1.

References

samherrmann commented 1 year ago

My backlog.org file will be happy to be updated with a DONE for something I didn't do. Thank you so much :)

You're welcome 🙂