Is your feature request related to a problem? Please describe.
I'm importing this into my project, and it's causing a go dependency pin of go 1.25.0 due to the module being pinned and not floating 1.25. This means I can't use a new version of go in my project.
Describe the solution you'd like
Unpin go from 1.25.0 to 1.25
Is your feature request related to a problem? Please describe.
I'm importing this into my project, and it's causing a go dependency pin of
go 1.25.0due to the module being pinned and not floating1.25. This means I can't use a new version of go in my project.Describe the solution you'd like
Unpin go from
1.25.0 to 1.25