Skip to content

Pull latest main from CometBFT #1122

@rootulp

Description

@rootulp

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

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions