From ae94ff001c3f7432329001650f533d4f95816865 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:23:41 +0100 Subject: [PATCH] deps: update dependency golangci/golangci-lint to v1.57.1 (#718) 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 19ed4442..30edaa8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: golangci/golangci-lint-action@v4 with: # Required: the version of golangci-lint is required and must be specified with patch version - version: v1.56.2 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.57.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 62767466..1c8ba34b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ workflow: test:golangci-lint: stage: test - image: golangci/golangci-lint:v1.56.2 + image: golangci/golangci-lint:v1.57.1 script: - golangci-lint run -v