Skip to content

Commit 283fea3

Browse files
committed
chore!: upgrade to Go 1.24
1 parent 44f5dc4 commit 283fea3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/actions/configure-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ runs:
6363
toolchain: 1.73
6464
- uses: actions/setup-go@v5
6565
with:
66-
go-version: '1.23'
66+
go-version: '1.24'

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/filecoin-project/filecoin-ffi
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.24
64

75
require (
86
github.com/filecoin-project/go-address v1.2.0

0 commit comments

Comments
 (0)