From 39cb9a881e70b7c4ee92b8dd69318b6ef136e7c6 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Sun, 22 Feb 2026 15:08:20 +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 5db6cce..51a107d 100644 --- a/go.mod +++ b/go.mod @@ -43,4 +43,4 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -go 1.24 +go 1.25