From 87cd2600b4374944994f40c52eeeb1a2a1a58821 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:21:30 +0000 Subject: [PATCH] chore!: bump go.mod to Go 1.24 and run go fix BREAKING CHANGE: Updating the Go version to 1.24 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0c9f77b..32f9b9d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/filecoin-project/github-exporter -go 1.23 +go 1.24 require ( github.com/infinityworks/go-common v0.0.0-20170820165359-7f20a140fd37