Skip to content

Commit 9e3e2a1

Browse files
committed
refactor: upgrade tree-sitter go grammar to 0.25.0
1 parent 80594cd commit 9e3e2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ filegroup(
2424
visibility = ["//visibility:public"],
2525
)
2626
""",
27-
integrity = "sha256-M7w7RN4de4FfUv6fQuSXhsWDPZGB/Vn9aRDBnIJVkik=",
28-
urls = ["https://github.com/tree-sitter/tree-sitter-go/releases/download/v0.23.4/tree-sitter-go.tar.xz"],
27+
sha256 = "ac412018d59f7cd5bb72fbde557e9ebf9fdfac12c5853f2bb03669f980a953bb",
28+
urls = ["https://github.com/tree-sitter/tree-sitter-go/releases/download/v0.25.0/tree-sitter-go.tar.gz"],
2929
)
3030

3131
http_archive(

0 commit comments

Comments
 (0)