Skip to content

Commit

Permalink
Update the go plugin to 1.11.4 (#2976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatskaari authored Nov 22, 2023
1 parent 8bdbec1 commit 7dbe4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.0",
"java": "v0.3.0",
"go": "v1.11.3",
"go": "v1.11.4",
"cc": "v0.4.0",
"shell": "v0.2.0",
"go-proto": "v0.2.1",
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.11.3",
revision = "v1.11.4",
)

plugin_repo(
Expand Down

0 comments on commit 7dbe4cd

Please sign in to comment.