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 4063d47 commit ae5b7e2Copy full SHA for ae5b7e2
.github/workflows/lint.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
38
with:
39
working-directory: ${{ matrix.directory }}
40
- version: v1.60.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
+ version: v1.60.3 # renovate: datasource=github-tags depName=golangci/golangci-lint
41
42
actionlint:
43
name: Actionlint
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- id: gitleaks
29
30
- repo: https://github.com/golangci/golangci-lint
31
- rev: v1.60.2
+ rev: v1.60.3
32
hooks:
33
- id: golangci-lint-full
34
name: golangci-lint-root
0 commit comments