We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9eeaa commit 2ea686aCopy full SHA for 2ea686a
.github/workflows/lint.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- uses: golangci/golangci-lint-action@v6
32
with:
33
- version: v1.64.6 # renovate: datasource=github-releases depName=golangci/golangci-lint
+ version: v1.64.7 # renovate: datasource=github-releases depName=golangci/golangci-lint
34
35
# In general linting is quite fast with warm caches, but a fresh run might
36
# take some time.
.gitlab-ci.yml
@@ -29,7 +29,7 @@ build:
29
test:lint:
stage: test
- image: golangci/golangci-lint:v1.64.6
+ image: golangci/golangci-lint:v1.64.7
script:
- golangci-lint run -v
0 commit comments