We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213bca7 commit 73550f7Copy full SHA for 73550f7
.github/workflows/ci.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Lint Go
58
uses: golangci/golangci-lint-action@v3.3.1
59
with:
60
- version: v1.51.0
+ version: v1.52.2
61
62
- name: Lint shell scripts
63
uses: ludeeus/action-shellcheck@2.0.0
dogfood/Dockerfile
@@ -216,7 +216,7 @@ RUN systemctl enable \
216
ARG CLOUD_SQL_PROXY_VERSION=2.2.0 \
217
DIVE_VERSION=0.10.0 \
218
DOCKER_GCR_VERSION=2.1.8 \
219
- GOLANGCI_LINT_VERSION=1.51.0 \
+ GOLANGCI_LINT_VERSION=1.52.2 \
220
GRYPE_VERSION=0.61.1 \
221
HELM_VERSION=3.12.0 \
222
KUBE_LINTER_VERSION=0.6.3 \
0 commit comments