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 acab17c commit f788795Copy full SHA for f788795
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: golangci/golangci-lint-action@v4
26
with:
27
# Required: the version of golangci-lint is required and must be specified with patch version
28
- version: v1.56.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
+ version: v1.56.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
29
# In general linting is quite fast with warm caches, but a fresh run might take some time.
30
args: --timeout 5m
31
.gitlab-ci.yml
@@ -21,7 +21,7 @@ workflow:
21
22
test:golangci-lint:
23
stage: test
24
- image: golangci/golangci-lint:v1.56.1
+ image: golangci/golangci-lint:v1.56.2
script:
- golangci-lint run -v
0 commit comments