We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2aed7 commit c6ed053Copy full SHA for c6ed053
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: golangci/golangci-lint-action@v6
28
with:
29
# Required: the version of golangci-lint is required and must be specified with patch version
30
- version: v1.63.3 # renovate: datasource=github-releases depName=golangci/golangci-lint
+ version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
31
# In general linting is quite fast with warm caches, but a fresh run might take some time.
32
args: --timeout 5m
33
.gitlab-ci.yml
@@ -26,7 +26,7 @@ build:
26
test:lint:
stage: test
- image: golangci/golangci-lint:v1.63.3
+ image: golangci/golangci-lint:v1.63.4
script:
- golangci-lint run -v
0 commit comments