Skip to content

Commit

Permalink
Bump go-rules plugin to v1.21.5 (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnovakovic authored Oct 8, 2024
1 parent b154240 commit ad0829a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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.7.4",
"java": "v0.4.2",
"go": "v1.21.4",
"go": "v1.21.5",
"cc": "v0.4.0",
"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.4",
revision = "v1.21.5",
)

plugin_repo(
Expand Down
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.3",
revision = "v1.21.5",
)
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.3",
revision = "v1.21.5",
)
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.3",
revision = "v1.21.5",
)
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.3",
revision = "v1.21.5",
)

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.20.1",
revision = "v1.21.5",
)

0 comments on commit ad0829a

Please sign in to comment.