From 40284dc62c72ec11b336d718c84852f0825c7732 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:32:00 +0100 Subject: [PATCH] chore!: bump go.mod to Go 1.24 and run go fix (#121) 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 fcf622f..ba35581 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/libp2p/go-reuseport -go 1.23 +go 1.24 require ( github.com/stretchr/testify v1.7.0