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