From e7e51aba3997ba7b6561dfbd378e86df8b892f83 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Sun, 22 Feb 2026 15:06:53 +0000 Subject: [PATCH] chore!: bump go.mod to Go 1.25 and run go fix BREAKING CHANGE: Updating the Go version to 1.25 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 32f9b9d..1c257e7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/filecoin-project/github-exporter -go 1.24 +go 1.25 require ( github.com/infinityworks/go-common v0.0.0-20170820165359-7f20a140fd37