File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 57
57
- name : Lint Go
58
58
uses : golangci/golangci-lint-action@v3.3.1
59
59
with :
60
- version : v1.51.0
60
+ version : v1.52.2
61
61
62
62
- name : Lint shell scripts
63
63
uses : ludeeus/action-shellcheck@2.0.0
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ linters-settings:
54
54
# - importShadow
55
55
- indexAlloc
56
56
- initClause
57
- - ioutilDeprecated
58
57
- mapKey
59
58
- methodExprCall
60
59
# - nestingReduce
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ RUN systemctl enable \
216
216
ARG CLOUD_SQL_PROXY_VERSION=2.2.0 \
217
217
DIVE_VERSION=0.10.0 \
218
218
DOCKER_GCR_VERSION=2.1.8 \
219
- GOLANGCI_LINT_VERSION=1.51.0 \
219
+ GOLANGCI_LINT_VERSION=1.52.2 \
220
220
GRYPE_VERSION=0.61.1 \
221
221
HELM_VERSION=3.12.0 \
222
222
KUBE_LINTER_VERSION=0.6.3 \
You can’t perform that action at this time.
0 commit comments