File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
41
41
with :
42
42
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
44
44
45
45
njs-lint :
46
46
name : NJS Lint
Original file line number Diff line number Diff line change 41
41
- javascript
42
42
43
43
- repo : https://github.com/golangci/golangci-lint
44
- rev : v1.60.2
44
+ rev : v1.60.3
45
45
hooks :
46
46
- id : golangci-lint-full
47
47
name : golangci-lint-root
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS)
24
24
25
25
# tools versions
26
26
# renovate: datasource=github-tags depName=golangci/golangci-lint
27
- GOLANGCI_LINT_VERSION = v1.60.2
27
+ GOLANGCI_LINT_VERSION = v1.60.3
28
28
# renovate: datasource=docker depName=kindest/node
29
29
KIND_K8S_VERSION = v1.31.0
30
30
# renovate: datasource=github-tags depName=norwoodj/helm-docs
You can’t perform that action at this time.
0 commit comments