From 709cd948c92ad61b4c2964ac850525a4cc806563 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:17:36 +0000 Subject: [PATCH] minor(deps): update dependency golangci/golangci-lint to v1.56.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..f58f94c 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.56.2' DOCKER_BUILDX_VERSION: 'v0.8.2' # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a