We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a0eb7 commit af70668Copy full SHA for af70668
.github/workflows/ci.yaml
@@ -55,7 +55,7 @@ jobs:
55
- name: Lint Go
56
uses: golangci/golangci-lint-action@v3.3.1
57
with:
58
- version: v1.48.0
+ version: v1.50.1
59
60
- name: Lint shell scripts
61
uses: ludeeus/action-shellcheck@1.1.0
dogfood/Dockerfile
@@ -210,7 +210,7 @@ RUN systemctl enable \
210
ARG CLOUD_SQL_PROXY_VERSION=1.26.0 \
211
DIVE_VERSION=0.10.0 \
212
DOCKER_GCR_VERSION=2.1.0 \
213
- GOLANGCI_LINT_VERSION=1.48.0 \
+ GOLANGCI_LINT_VERSION=1.50.1 \
214
GRYPE_VERSION=0.24.0 \
215
HELM_VERSION=3.8.0 \
216
KUBE_LINTER_VERSION=0.2.5 \
0 commit comments