Skip to content

Commit af70668

Browse files
committed
Update golangci-lint
1 parent 77a0eb7 commit af70668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Lint Go
5656
uses: golangci/golangci-lint-action@v3.3.1
5757
with:
58-
version: v1.48.0
58+
version: v1.50.1
5959

6060
- name: Lint shell scripts
6161
uses: ludeeus/action-shellcheck@1.1.0

dogfood/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ RUN systemctl enable \
210210
ARG CLOUD_SQL_PROXY_VERSION=1.26.0 \
211211
DIVE_VERSION=0.10.0 \
212212
DOCKER_GCR_VERSION=2.1.0 \
213-
GOLANGCI_LINT_VERSION=1.48.0 \
213+
GOLANGCI_LINT_VERSION=1.50.1 \
214214
GRYPE_VERSION=0.24.0 \
215215
HELM_VERSION=3.8.0 \
216216
KUBE_LINTER_VERSION=0.2.5 \

0 commit comments

Comments
 (0)