From 73154e0357613aa0c51626da00f58f112ceea9f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 07:55:51 +0200 Subject: [PATCH] deps: update dependency golangci/golangci-lint to v1.58.1 (#754) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2382e76..0f8726f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: # Required: the version of golangci-lint is required and must be specified with patch version - version: v1.58.0 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.58.1 # renovate: datasource=github-releases depName=golangci/golangci-lint # In general linting is quite fast with warm caches, but a fresh run might take some time. args: --timeout 5m diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89a0c430..6e21abe8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ workflow: test:golangci-lint: stage: test - image: golangci/golangci-lint:v1.58.0 + image: golangci/golangci-lint:v1.58.1 script: - golangci-lint run -v