From ea4664154f2b6aa28c05844c516c260d69d68d74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:00:56 +0000 Subject: [PATCH] deps: update dependency golangci/golangci-lint --- .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 58d77d54..91654d11 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.60.3 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.61.0 # 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 69adaa93..5c3e92e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build: test:lint: stage: test - image: golangci/golangci-lint:v1.60 + image: golangci/golangci-lint:v1.61 script: - golangci-lint run -v