bump go.mod to go1.23 (#1342)

* bump go.mod to go1.23

* 1.23.6
This commit is contained in:
Wade Simmons 2025-03-06 13:21:49 -05:00 committed by GitHub
parent 750e4a81bf
commit 9feda811a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/slackhq/nebula
go 1.22.0
go 1.23.6
toolchain go1.22.2
toolchain go1.23.7
require (
dario.cat/mergo v1.0.1