From 5f1ae819bbaf1a070e4909f9ab19c0f2d4802c90 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Sun, 16 Feb 2025 12:35:32 +0000 Subject: [PATCH] chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a2aff12..5edfe0f 100644 --- a/go.mod +++ b/go.mod @@ -14,4 +14,4 @@ require ( golang.org/x/sys v0.28.0 // indirect ) -go 1.22 +go 1.23