btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.2k stars 2.36k forks source link

main: Update README.md's minimum go version #1977

Closed kcalvinalvin closed 1 year ago

kcalvinalvin commented 1 year ago

The readme suggests a minimum version of 1.16 but the go.mod requires go 1.17.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5042735441


Files with Coverage Reduction New Missed Lines %
peer/peer.go 4 73.2%
blockchain/utxoviewpoint.go 12 70.59%
btcd.go 64 2.49%
config.go 100 5.24%
<!-- Total: 180 -->
Totals Coverage Status
Change from base Build 4755006470: -0.02%
Covered Lines: 26649
Relevant Lines: 48229

💛 - Coveralls