Skip to content

Commit 9655eff

Browse files
Update dependency golangci/golangci-lint to v1.60.3 (#2457)
| 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 2077bdb commit 9655eff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

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

4545
njs-lint:
4646
name: NJS Lint

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- javascript
4242

4343
- repo: https://github.com/golangci/golangci-lint
44-
rev: v1.60.2
44+
rev: v1.60.3
4545
hooks:
4646
- id: golangci-lint-full
4747
name: golangci-lint-root

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS)
2424

2525
# tools versions
2626
# renovate: datasource=github-tags depName=golangci/golangci-lint
27-
GOLANGCI_LINT_VERSION = v1.60.2
27+
GOLANGCI_LINT_VERSION = v1.60.3
2828
# renovate: datasource=docker depName=kindest/node
2929
KIND_K8S_VERSION = v1.31.0
3030
# renovate: datasource=github-tags depName=norwoodj/helm-docs

0 commit comments

Comments
 (0)