Skip to content

Commit

Permalink
Bump plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samwestmoreland committed Sep 29, 2023
1 parent fdf0195 commit 7ad8655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ genrule(
plugins = {
"python": "v1.4.1",
"java": "v0.3.0",
"go": "v1.8.1",
"cc": "v0.3.2",
"go": "v1.8.2",
"cc": "v0.4.0",
"shell": "v0.2.0",
"go-proto": "v0.2.0",
"go-proto": "v0.2.1",
"python-proto": "v0.1.0",
"proto": "v0.2.1",
}
Expand Down
1 change: 0 additions & 1 deletion docs/plugins/lint_plugin_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# It is intended to be run by a github action

PLUGINS=("python" "java" "go" "cc" "shell" "go-proto" "proto")

URLPREFIX="https://github.com/please-build/"

FAILED=0
Expand Down

0 comments on commit 7ad8655

Please sign in to comment.