File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - v[0-9]+.[0-9]+
1212
1313env :
14- GO_VERSION : " 1.25 "
15- LINT_VERSION : " v2.4.0 "
14+ GO_VERSION : " 1.24 "
15+ LINT_VERSION : " v2.0.2 "
1616
1717concurrency :
1818 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
Original file line number Diff line number Diff line change 1010
1111## Module import
1212
13- 🚧 Flow cryptography package is tested for Go version 1.25 .
13+ 🚧 Flow cryptography package is written and tested for Go versions up to 1.24 .
1414It is recommended to not build the package with a later Go version.
1515The package is not guaranteed to behave as expected with later Go versions. 🚧
1616
Original file line number Diff line number Diff line change 11module github.com/onflow/crypto
22
3- go 1.25 .1
3+ go 1.24 .1
44
55require (
66 github.com/btcsuite/btcd/btcec/v2 v2.3.4
You can’t perform that action at this time.
0 commit comments