From 9d5801508382f09f476e0149b5f5271665976fbb Mon Sep 17 00:00:00 2001 From: westonsteimel <1593939+westonsteimel@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:02:35 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.binny.yaml b/.binny.yaml index 18ea492efde..6e82ed81e41 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -18,7 +18,7 @@ tools: # used to sign mac binaries at release - name: quill version: - want: v0.4.2 + want: v0.5.0 method: github-release with: repo: anchore/quill @@ -26,7 +26,7 @@ tools: # used for linting - name: golangci-lint version: - want: v1.61.0 + want: v1.62.0 method: github-release with: repo: golangci/golangci-lint @@ -58,7 +58,7 @@ tools: # used to release all artifacts - name: goreleaser version: - want: v2.3.2 + want: v2.4.4 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.39.2 + want: v3.40.0 method: github-release with: repo: go-task/task @@ -98,7 +98,7 @@ tools: # used for triggering a release - name: gh version: - want: v2.60.1 + want: v2.61.0 method: github-release with: repo: cli/cli @@ -106,7 +106,7 @@ tools: # used for integration tests - name: skopeo version: - want: v1.16.1 + want: v1.17.0 method: go-install with: module: github.com/containers/skopeo