From 2f50ea12e9243f3a8203f8d6604092c9aba08604 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 3 Feb 2025 13:03:48 +0000 Subject: [PATCH] chore(deps): upgrade to version 0.0.55 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-test.git ----- # jenkins-x-plugins/jx-test ## Changes in version 0.0.55 ### Bug Fixes * correct version in version sub command (Mårten Svantesson) * linting and stop using github.com/pkg/errors (Mårten Svantesson) * lint config (Mårten Svantesson) * gorelaser config (Mårten Svantesson) ### Chores * deps: upgrade go dependencies (jenkins-x-bot) * deps: bump gopkg.in/yaml.v3 (dependabot[bot]) ### Other Changes These commits did not use [Conventional Commits](https://conventionalcommits.org/) formatted messages: * Upgraded Makefile and go.mod to use version 1.19 (Rutvik Lhase) --- pkg/plugins/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugins/versions.go b/pkg/plugins/versions.go index 6608c78467..18230e1661 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -43,7 +43,7 @@ const ( SecretVersion = "0.4.11" // TestVersion the version of the jx test plugin - TestVersion = "0.0.53" + TestVersion = "0.0.55" // VerifyVersion the version of the jx verify plugin VerifyVersion = "0.3.10"