File tree 4 files changed +6
-6
lines changed
internal/mode/static/state/graph
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
uses : golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
41
41
with :
42
42
working-directory : ${{ matrix.directory }}
43
- version : v1.63.4 # renovate: datasource=github-tags depName=golangci/golangci-lint
43
+ version : v1.64.2 # 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 39
39
- javascript
40
40
41
41
- repo : https://github.com/golangci/golangci-lint
42
- rev : v1.63.4
42
+ rev : v1.64.2
43
43
hooks :
44
44
- id : golangci-lint-full
45
45
name : golangci-lint-root
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS)
23
23
24
24
# tools versions
25
25
# renovate: datasource=github-tags depName=golangci/golangci-lint
26
- GOLANGCI_LINT_VERSION = v1.63.4
26
+ GOLANGCI_LINT_VERSION = v1.64.2
27
27
# renovate: datasource=docker depName=kindest/node
28
28
KIND_K8S_VERSION = v1.32.0
29
29
# renovate: datasource=github-tags depName=norwoodj/helm-docs
Original file line number Diff line number Diff line change @@ -221,10 +221,10 @@ func processPolicies(
221
221
continue
222
222
}
223
223
case hrGroupKind , grpcGroupKind :
224
- if route , exists := routes [routeKeyForKind (ref .Kind , refNsName )]; ! exists {
225
- continue
226
- } else {
224
+ if route , exists := routes [routeKeyForKind (ref .Kind , refNsName )]; exists {
227
225
targetedRoutes [client .ObjectKeyFromObject (route .Source )] = route
226
+ } else {
227
+ continue
228
228
}
229
229
case serviceGroupKind :
230
230
if _ , exists := services [refNsName ]; ! exists {
You can’t perform that action at this time.
0 commit comments