chore!: bump go.mod to Go 1.23 and run go fix (#119)

BREAKING CHANGE: Updating the Go version to 1.23
This commit is contained in:
web3-bot
2025-02-16 21:01:47 +01:00
committed by GitHub
parent a3a76c7920
commit 4aa55c7551

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/libp2p/go-reuseport
go 1.22
go 1.23
require (
github.com/stretchr/testify v1.7.0