Skip to content

Commit ae5b7e2

Browse files
Update dependency golangci/golangci-lint to v1.60.3 (#207)
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | github-tags | golangci/golangci-lint | v1.60.2 | v1.60.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4063d47 commit ae5b7e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
3838
with:
3939
working-directory: ${{ matrix.directory }}
40-
version: v1.60.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
40+
version: v1.60.3 # renovate: datasource=github-tags depName=golangci/golangci-lint
4141

4242
actionlint:
4343
name: Actionlint

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: gitleaks
2929

3030
- repo: https://github.com/golangci/golangci-lint
31-
rev: v1.60.2
31+
rev: v1.60.3
3232
hooks:
3333
- id: golangci-lint-full
3434
name: golangci-lint-root

0 commit comments

Comments
 (0)