diff --git a/go.mod b/go.mod index 1b4e24d..4ea1629 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/DataDog/go-sqllexer retract v0.1.0 // This version had memory leaks and should not be used -go 1.21 +go 1.25.7 require github.com/stretchr/testify v1.11.1