cometbft / cometbft-db

Database wrapper for CometBFT
Apache License 2.0
29 stars 51 forks source link

ci: Always check for latest Go version in govulncheck workflow #107

Closed thanethomson closed 11 months ago

thanethomson commented 11 months ago

Noticed a few dependency update workflows are failing and it seems to be due to GitHub Actions caching a slightly outdated version of Go.

We do this in CometBFT to ensure we always have the absolute latest version of Go: https://github.com/cometbft/cometbft/blob/148eebdab2fbf44cec4f1de3c07ce53ef02d4509/.github/workflows/govulncheck.yml#L22