chore(deps): update tools to latest versions

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
spiffcs 2026-02-11 08:21:53 +00:00 committed by github-actions[bot]
parent 9872ff36ba
commit fb37964675

View File

@ -2,7 +2,7 @@ tools:
# we want to use a pinned version of binny to manage the toolchain (so binny manages itself!) # we want to use a pinned version of binny to manage the toolchain (so binny manages itself!)
- name: binny - name: binny
version: version:
want: v0.11.2 want: v0.11.3
method: github-release method: github-release
with: with:
repo: anchore/binny repo: anchore/binny
@ -26,7 +26,7 @@ tools:
# used for linting # used for linting
- name: golangci-lint - name: golangci-lint
version: version:
want: v2.8.0 want: v2.9.0
method: github-release method: github-release
with: with:
repo: golangci/golangci-lint repo: golangci/golangci-lint