We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f5dc4 commit 283fea3Copy full SHA for 283fea3
.github/actions/configure-environment/action.yml
@@ -63,4 +63,4 @@ runs:
63
toolchain: 1.73
64
- uses: actions/setup-go@v5
65
with:
66
- go-version: '1.23'
+ go-version: '1.24'
go.mod
@@ -1,8 +1,6 @@
1
module github.com/filecoin-project/filecoin-ffi
2
3
-go 1.23.0
4
-
5
-toolchain go1.23.7
+go 1.24
6
7
require (
8
github.com/filecoin-project/go-address v1.2.0
0 commit comments