From 0b8057fa2883ff3d758844823ba60fc75733b172 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Thu, 23 Oct 2025 10:09:22 +0100 Subject: [PATCH] Upgrade go-rules plugin to v1.27.0 --- docs/BUILD | 2 +- plugins/BUILD | 2 +- test/audit/test_repo/BUILD.test | 2 +- test/entry_point/test_repo/plugins/BUILD_FILE | 2 +- test/plugins/test_repo/plugins/BUILD_FILE | 2 +- test/plz_exec/test_repo/plugins/BUILD_FILE | 2 +- test/proto_plugin/test_repo/plugins/BUILD_FILE | 2 +- tools/build_langserver/lsp/test_data/plugins/test.build | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/BUILD b/docs/BUILD index 3d07f0c2b..eee63fe14 100644 --- a/docs/BUILD +++ b/docs/BUILD @@ -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", diff --git a/plugins/BUILD b/plugins/BUILD index 44ac64489..887d7ebcc 100644 --- a/plugins/BUILD +++ b/plugins/BUILD @@ -1,7 +1,7 @@ plugin_repo( name = "go", plugin = "go-rules", - revision = "v1.21.5", + revision = "v1.27.0", ) plugin_repo( diff --git a/test/audit/test_repo/BUILD.test b/test/audit/test_repo/BUILD.test index d8a4b2e66..7da540ead 100644 --- a/test/audit/test_repo/BUILD.test +++ b/test/audit/test_repo/BUILD.test @@ -1,5 +1,5 @@ plugin_repo( name = "go", plugin = "go-rules", - revision = "v1.21.5", + revision = "v1.27.0", ) diff --git a/test/entry_point/test_repo/plugins/BUILD_FILE b/test/entry_point/test_repo/plugins/BUILD_FILE index f492afde3..30a2f36d0 100644 --- a/test/entry_point/test_repo/plugins/BUILD_FILE +++ b/test/entry_point/test_repo/plugins/BUILD_FILE @@ -7,5 +7,5 @@ plugin_repo( plugin_repo( name = "go", plugin = "go-rules", - revision = "v1.21.5", + revision = "v1.27.0", ) diff --git a/test/plugins/test_repo/plugins/BUILD_FILE b/test/plugins/test_repo/plugins/BUILD_FILE index 995937627..e15ad1e96 100644 --- a/test/plugins/test_repo/plugins/BUILD_FILE +++ b/test/plugins/test_repo/plugins/BUILD_FILE @@ -6,5 +6,5 @@ plugin_repo( plugin_repo( name = "go", plugin = "go-rules", - revision = "v1.21.5", + revision = "v1.27.0", ) diff --git a/test/plz_exec/test_repo/plugins/BUILD_FILE b/test/plz_exec/test_repo/plugins/BUILD_FILE index 7d8213ed3..a8eb8fc5b 100644 --- a/test/plz_exec/test_repo/plugins/BUILD_FILE +++ b/test/plz_exec/test_repo/plugins/BUILD_FILE @@ -6,5 +6,5 @@ plugin_repo( plugin_repo( name = "go", plugin = "go-rules", - revision = "v1.21.5", + revision = "v1.27.0", ) diff --git a/test/proto_plugin/test_repo/plugins/BUILD_FILE b/test/proto_plugin/test_repo/plugins/BUILD_FILE index 1cdae4cb3..f4ca6a1e5 100644 --- a/test/proto_plugin/test_repo/plugins/BUILD_FILE +++ b/test/proto_plugin/test_repo/plugins/BUILD_FILE @@ -6,7 +6,7 @@ plugin_repo( plugin_repo( name = "go", plugin = "go-rules", - revision = "v1.21.5", + revision = "v1.27.0", ) plugin_repo( diff --git a/tools/build_langserver/lsp/test_data/plugins/test.build b/tools/build_langserver/lsp/test_data/plugins/test.build index d8a4b2e66..7da540ead 100644 --- a/tools/build_langserver/lsp/test_data/plugins/test.build +++ b/tools/build_langserver/lsp/test_data/plugins/test.build @@ -1,5 +1,5 @@ plugin_repo( name = "go", plugin = "go-rules", - revision = "v1.21.5", + revision = "v1.27.0", )