We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a5995 commit ef50f2fCopy full SHA for ef50f2f
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: golangci/golangci-lint-action@v6
18
with:
19
- version: v1.59.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
+ version: v1.59.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
20
21
# In general linting is quite fast with warm caches, but a fresh run might
22
# take some time.
.gitlab-ci.yml
@@ -16,7 +16,7 @@ test:acceptance:
test:golangci-lint:
stage: test
- image: golangci/golangci-lint:v1.59.0
+ image: golangci/golangci-lint:v1.59.1
script:
- golangci-lint run -v
except:
0 commit comments