From c1e5d7be430cc54ae36171bc667bb44f36457f04 Mon Sep 17 00:00:00 2001 From: westonsteimel <1593939+westonsteimel@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:02:14 +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 b5cf7068664..cca7a9b99b7 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -26,7 +26,7 @@ tools: # used for linting - name: golangci-lint version: - want: v1.60.2 + want: v1.60.3 method: github-release with: repo: golangci/golangci-lint @@ -106,7 +106,7 @@ tools: # used for integration tests - name: skopeo version: - want: v1.16.0 + want: v1.16.1 method: go-install with: module: github.com/containers/skopeo