Context
I assume the main branch in this repo tracks the main branch of https://github.com/cometbft/cometbft. If that's the case, I'd like main in this repo to be updated with the latest changes on main from CometBFT.
Problem
This repo currently uses Go 1.20
and I'm hitting
$ make vulncheck
govulncheck: loading packages: err: exit status 1: stderr: go: updates to go.mod needed; to update it:
go mod tidy
exit status 1
make: *** [vulncheck] Error 1
I have Go 1.21 installed and it tries to update the go.mod file.
Proposal
Upstream main has already bumped to Go 1.21 so proposal to pull latest CometBFT's main into this repo.
Context
I assume the main branch in this repo tracks the main branch of https://github.com/cometbft/cometbft. If that's the case, I'd like main in this repo to be updated with the latest changes on main from CometBFT.
Problem
This repo currently uses Go 1.20
celestia-core/go.mod
Line 3 in 6ff2ce8
and I'm hitting
I have Go 1.21 installed and it tries to update the go.mod file.
Proposal
Upstream main has already bumped to Go 1.21 so proposal to pull latest CometBFT's main into this repo.