There was an error while loading. Please reload this page.
2 parents 6f1c924 + f66d410 commit cdd4358Copy full SHA for cdd4358
3 files changed
.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'
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
test -z "${output}"
75
- name: Run various linters
76
run: |
77
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1
+ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
78
make go-lint
79
cgo-bindings:
80
name: Build and test CGO bindings (${{ matrix.runner.name }})
go.mod
@@ -1,8 +1,8 @@
1
module github.com/filecoin-project/filecoin-ffi
2
3
-go 1.23.0
+go 1.24.0
4
5
-toolchain go1.23.7
+toolchain go1.24.7
6
7
require (
8
github.com/filecoin-project/go-address v1.2.0
0 commit comments