From b1d9a65568fc029f8706e7de52642b85070a67af Mon Sep 17 00:00:00 2001 From: westonsteimel <1593939+westonsteimel@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:02:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.binny.yaml b/.binny.yaml index 1d1626dcb27..a3cf53c25e1 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -26,7 +26,7 @@ tools: # used for linting - name: golangci-lint version: - want: v1.62.0 + want: v1.62.2 method: github-release with: repo: golangci/golangci-lint @@ -58,7 +58,7 @@ tools: # used to release all artifacts - name: goreleaser version: - want: v2.4.7 + want: v2.4.8 method: github-release with: repo: goreleaser/goreleaser