Skip to content

Commit

Permalink
Update Go plugin to something recent
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Feb 12, 2024
1 parent d6a8b82 commit b0f683f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.4.0
-------------
* Update go plugin to something recent.

Version 0.3.0
-------------
* Add modinfo provides. Requires a recent version of go-rules (at least >= 1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion plugins/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugin_repo(

plugin_repo(
name = "go",
revision = "v1.1.4",
revision = "v1.16.4",
)

0 comments on commit b0f683f

Please sign in to comment.