Skip to content

Commit

Permalink
chore(deps): upgrade to version 0.0.55
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pow-devops2020 committed Feb 3, 2025
1 parent 8e0522d commit 2f50ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2f50ea1

Please sign in to comment.