Skip to content

Commit f66d410

Browse files
committed
chore!: upgrade to Go 1.24
1 parent 46e0cc0 commit f66d410

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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 }})

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module 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

77
require (
88
github.com/filecoin-project/go-address v1.2.0

0 commit comments

Comments
 (0)