mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
chore(deps): update tools to latest versions (#1856)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: westonsteimel <1593939+westonsteimel@users.noreply.github.com>
This commit is contained in:
parent
7ccaaf6904
commit
d7bf327d3c
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ tools:
|
|||
# used for linting
|
||||
- name: golangci-lint
|
||||
version:
|
||||
want: v1.57.2
|
||||
want: v1.58.1
|
||||
method: github-release
|
||||
with:
|
||||
repo: golangci/golangci-lint
|
||||
|
@ -58,7 +58,7 @@ tools:
|
|||
# used to release all artifacts
|
||||
- name: goreleaser
|
||||
version:
|
||||
want: v1.25.1
|
||||
want: v1.26.0
|
||||
method: github-release
|
||||
with:
|
||||
repo: goreleaser/goreleaser
|
||||
|
@ -90,7 +90,7 @@ tools:
|
|||
# used for running all local and CI tasks
|
||||
- name: task
|
||||
version:
|
||||
want: v3.36.0
|
||||
want: v3.37.2
|
||||
method: github-release
|
||||
with:
|
||||
repo: go-task/task
|
||||
|
@ -98,7 +98,7 @@ tools:
|
|||
# used for triggering a release
|
||||
- name: gh
|
||||
version:
|
||||
want: v2.48.0
|
||||
want: v2.49.1
|
||||
method: github-release
|
||||
with:
|
||||
repo: cli/cli
|
||||
|
|
Loading…
Reference in a new issue