From d5e3f54c6b3d910365f6f32186107c0620704ee6 Mon Sep 17 00:00:00 2001 From: westonsteimel <1593939+westonsteimel@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:08:23 +0000 Subject: [PATCH] chore(deps): update tools to latest versions Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .binny.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.binny.yaml b/.binny.yaml index 30290c6568d..8e522351e14 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -2,7 +2,7 @@ tools: # we want to use a pinned version of binny to manage the toolchain (so binny manages itself!) - name: binny version: - want: v0.11.3 + want: v0.12.0 method: github-release with: repo: anchore/binny @@ -18,7 +18,7 @@ tools: # used to sign mac binaries at release - name: quill version: - want: v0.5.1 + want: v0.7.1 method: github-release with: repo: anchore/quill @@ -26,7 +26,7 @@ tools: # used for linting - name: golangci-lint version: - want: v2.11.2 + want: v2.11.3 method: github-release with: repo: golangci/golangci-lint @@ -50,7 +50,7 @@ tools: # used to release all artifacts - name: goreleaser version: - want: v2.14.2 + want: v2.14.3 method: github-release with: repo: goreleaser/goreleaser @@ -90,7 +90,7 @@ tools: # used for triggering a release - name: gh version: - want: v2.87.3 + want: v2.88.0 method: github-release with: repo: cli/cli