Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ genrule(
plugins = {
"python": "v1.14.0",
"java": "v0.4.5",
"go": "v1.26.0",
"go": "v1.27.0",
"cc": "v0.5.3",
"shell": "v0.2.0",
"go-proto": "v0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.21.5",
revision = "v1.27.0",
)

plugin_repo(
Expand Down
2 changes: 1 addition & 1 deletion test/audit/test_repo/BUILD.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.21.5",
revision = "v1.27.0",
)
2 changes: 1 addition & 1 deletion test/entry_point/test_repo/plugins/BUILD_FILE
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ plugin_repo(
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.21.5",
revision = "v1.27.0",
)
2 changes: 1 addition & 1 deletion test/plugins/test_repo/plugins/BUILD_FILE
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ plugin_repo(
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.21.5",
revision = "v1.27.0",
)
2 changes: 1 addition & 1 deletion test/plz_exec/test_repo/plugins/BUILD_FILE
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ plugin_repo(
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.21.5",
revision = "v1.27.0",
)
2 changes: 1 addition & 1 deletion test/proto_plugin/test_repo/plugins/BUILD_FILE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugin_repo(
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.21.5",
revision = "v1.27.0",
)

plugin_repo(
Expand Down
2 changes: 1 addition & 1 deletion tools/build_langserver/lsp/test_data/plugins/test.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.21.5",
revision = "v1.27.0",
)