From 283fea3c81031a05da0721ad10082e03e23b8ee8 Mon Sep 17 00:00:00 2001 From: galargh Date: Thu, 21 Aug 2025 10:28:29 +0100 Subject: [PATCH] chore!: upgrade to Go 1.24 --- .github/actions/configure-environment/action.yml | 2 +- go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/actions/configure-environment/action.yml b/.github/actions/configure-environment/action.yml index 2c55881a..1e075f76 100644 --- a/.github/actions/configure-environment/action.yml +++ b/.github/actions/configure-environment/action.yml @@ -63,4 +63,4 @@ runs: toolchain: 1.73 - uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version: '1.24' diff --git a/go.mod b/go.mod index 24640c8a..2d5ad495 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/filecoin-project/filecoin-ffi -go 1.23.0 - -toolchain go1.23.7 +go 1.24 require ( github.com/filecoin-project/go-address v1.2.0