diff --git a/go.mod b/go.mod index c0a2707..51d9fea 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/haunt98/update-go-mod -go 1.22.0 - -toolchain go1.23.6 +go 1.23 require ( github.com/bytedance/sonic v1.12.8