diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93209768..5fff7606 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.55.2 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.56.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 6a84ea23..f85f45c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ workflow: test:golangci-lint: stage: test - image: golangci/golangci-lint:v1.55.2 + image: golangci/golangci-lint:v1.56.1 script: - golangci-lint run -v