Skip to content

Commit d29d408

Browse files
committed
Revert "update go version"
This reverts commit 0c09682.
1 parent 0c09682 commit d29d408

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- v[0-9]+.[0-9]+
1212

1313
env:
14-
GO_VERSION: "1.25"
15-
LINT_VERSION: "v2.4.0"
14+
GO_VERSION: "1.24"
15+
LINT_VERSION: "v2.0.2"
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Notes:
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.
1414
It is recommended to not build the package with a later Go version.
1515
The package is not guaranteed to behave as expected with later Go versions. 🚧
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/onflow/crypto
22

3-
go 1.25.1
3+
go 1.24.1
44

55
require (
66
github.com/btcsuite/btcd/btcec/v2 v2.3.4

0 commit comments

Comments
 (0)