From 03313dbbf04778f161187b7d65802896e2207eb8 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 30 Sep 2024 13:58:34 -0400 Subject: [PATCH] fix(bindings): lower go version to `1.22` --- cli/src/templates/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/templates/go.mod b/cli/src/templates/go.mod index e36411e6..f5887715 100644 --- a/cli/src/templates/go.mod +++ b/cli/src/templates/go.mod @@ -1,5 +1,5 @@ module PARSER_URL_STRIPPED -go 1.23 +go 1.22 require github.com/tree-sitter/go-tree-sitter v0.23.1