From 9104e6ceee5b384da91750422156d178726f058d Mon Sep 17 00:00:00 2001 From: anton-sidelnikov Date: Fri, 2 Aug 2024 17:22:59 +0200 Subject: [PATCH] lint version 1.54 --- .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 08c1bb4..915bba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: env: # Common versions GO_VERSION: '1.21' - GOLANGCI_VERSION: 'v1.50.0' + GOLANGCI_VERSION: 'v1.54.0' DOCKER_BUILDX_VERSION: 'v0.8.2' # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a