From b0f683f4dd2fbd329d7bba73c698c2daee6af618 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Mon, 12 Feb 2024 10:04:57 +0000 Subject: [PATCH] Update Go plugin to something recent --- ChangeLog | 4 ++++ VERSION | 2 +- plugins/BUILD | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7240502..52c08f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/plugins/BUILD b/plugins/BUILD index c804356..d2e32f3 100644 --- a/plugins/BUILD +++ b/plugins/BUILD @@ -5,5 +5,5 @@ plugin_repo( plugin_repo( name = "go", - revision = "v1.1.4", + revision = "v1.16.4", )