File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
actions/configure-environment Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 toolchain : 1.73
6464 - uses : actions/setup-go@v5
6565 with :
66- go-version : ' 1.23 '
66+ go-version : ' 1.24 '
Original file line number Diff line number Diff line change 7474 test -z "${output}"
7575 - name : Run various linters
7676 run : |
77- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1
77+ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
7878 make go-lint
7979 cgo-bindings :
8080 name : Build and test CGO bindings (${{ matrix.runner.name }})
Original file line number Diff line number Diff line change 11module github.com/filecoin-project/filecoin-ffi
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.23 .7
5+ toolchain go1.24 .7
66
77require (
88 github.com/filecoin-project/go-address v1.2.0
You can’t perform that action at this time.
0 commit comments