Skip to content

Commit 3164338

Browse files
Update dependency golangci/golangci-lint to v1.60.3 (#72)
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | github-tags | golangci/golangci-lint | v1.60.1 | 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 e5df5d3 commit 3164338

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Lint Code
3030
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
3131
with:
32-
version: v1.60.1 # renovate: datasource=github-tags depName=golangci/golangci-lint
32+
version: v1.60.3 # renovate: datasource=github-tags depName=golangci/golangci-lint
3333

3434
actionlint:
3535
name: Actionlint

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: detect-private-key
3131

3232
- repo: https://github.com/golangci/golangci-lint
33-
rev: v1.60.1
33+
rev: v1.60.3
3434
hooks:
3535
- id: golangci-lint-full
3636

0 commit comments

Comments
 (0)