File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4141 - name : golangci-lint
4242 uses : golangci/golangci-lint-action@v3
4343 with :
44- version : v1.52.1
44+ version : v1.55.2
4545 args : -v --timeout 5m
4646
4747 build :
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ linters-settings:
5151 simplify : true
5252 golint :
5353 min-confidence : 0.9
54+ goconst :
55+ ignore-tests : true
5456 govet :
5557 check-shadowing : true
5658 enable :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ EXTRA_BUILD_ARGS ?= ""
1010
1111CERT_MANAGER_VERSION ?= v1.13.2
1212CONTROLLER_GEN_VERSION ?= v0.13.0
13- GOLANGCI_LINT_VERSION ?= v1.54 .2
13+ GOLANGCI_LINT_VERSION ?= v1.55 .2
1414KIND_VERSION ?= v0.20.0
1515GOLICENSES_VERSION ?= v1.6.0
1616# Default bundle image tag
You can’t perform that action at this time.
0 commit comments