We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93222f commit 488feebCopy full SHA for 488feeb
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- uses: golangci/golangci-lint-action@v5
35
with:
36
- version: v1.57.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
+ version: v1.58.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
37
38
# In general linting is quite fast with warm caches, but a fresh run might take some time.
39
args: --timeout 5m
.gitlab-ci.yml
@@ -21,7 +21,7 @@ variables:
21
22
test:lint:
23
stage: test
24
- image: golangci/golangci-lint:v1.57.2
+ image: golangci/golangci-lint:v1.58.0
25
allow_failure: true
26
script:
27
- golangci-lint run -v
0 commit comments