We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d5e2c commit 13c1cd0Copy full SHA for 13c1cd0
.github/workflows/lint.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- uses: golangci/golangci-lint-action@v6
32
with:
33
- version: v1.64.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
+ version: v1.64.3 # 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.2
+ image: golangci/golangci-lint:v1.64.3
script:
- golangci-lint run -v
0 commit comments