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