Skip to content

Commit f10b844

Browse files
committed
fixup! fix: upgrade rules_go to remove patching of tree-sitter
1 parent ac3f06f commit f10b844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build_file_generation/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ go_rules_dependencies()
4949
# go_rules_dependencies is a function that registers external dependencies
5050
# needed by the Go rules.
5151
# See: https://github.com/bazelbuild/rules_go/blob/master/go/dependencies.rst#go_rules_dependencies
52-
go_register_toolchains(version = "1.19.4")
52+
go_register_toolchains(version = "1.21.13")
5353

5454
# The following call configured the gazelle dependencies, Go environment and Go SDK.
5555
gazelle_dependencies()

0 commit comments

Comments
 (0)