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.24 "
15- LINT_VERSION : " v2.0.2 "
14+ GO_VERSION : " 1.25 "
15+ LINT_VERSION : " v2.4.0 "
1616
1717concurrency :
1818 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
@@ -37,15 +37,15 @@ jobs:
3737 - name : Run golangci-lint with cgo
3838 env :
3939 CGO_ENABLED : 1
40- uses : golangci/golangci-lint-action@v7
40+ uses : golangci/golangci-lint-action@v8
4141 with :
4242 version : ${{ env.LINT_VERSION }}
4343 # https://github.com/golangci/golangci-lint-action/issues/244
4444 skip-cache : true
4545 - name : Run golangci-lint without cgo
4646 env :
4747 CGO_ENABLED : 0
48- uses : golangci/golangci-lint-action@v7
48+ uses : golangci/golangci-lint-action@v8
4949 with :
5050 version : ${{ env.LINT_VERSION }}
5151 args : --build-tags no_cgo
Original file line number Diff line number Diff line change 1010
1111## Module import
1212
13- 🚧 Flow cryptography package is written and tested for Go versions up to 1.24 .
13+ 🚧 Flow cryptography package is tested for Go version 1.25 .
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.24 .1
3+ go 1.25 .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