From 433b429d226a35d516eb72b5588da635dfbe5a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:21:08 +0000 Subject: [PATCH] minor(deps): update dependency golangci/golangci-lint to v1.57.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97a071c..eff67b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ name: ci env: # Common versions GO_VERSION: '1.19' - GOLANGCI_VERSION: 'v1.55.2' + GOLANGCI_VERSION: 'v1.57.2' DOCKER_BUILDX_VERSION: 'v0.8.2' # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a