From cfe1382b5b51c430508be891a78a54c64d072823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:25:50 +0000 Subject: [PATCH] minor(deps): update dependency golangci/golangci-lint to v1.64.5 --- .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..1f7af3a 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.64.5' DOCKER_BUILDX_VERSION: 'v0.8.2' # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a