diff --git a/docs/BUILD b/docs/BUILD index 3d07f0c2b3..eee63fe142 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 44ac644894..887d7ebccb 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 d8a4b2e66e..7da540eade 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 f492afde36..30a2f36d09 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 9959376271..e15ad1e96d 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 7d8213ed38..a8eb8fc5bd 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 1cdae4cb31..f4ca6a1e57 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 d8a4b2e66e..7da540eade 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", )