diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2249fa1c99..563266a8bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@v3.3.1 with: - version: v1.51.0 + version: v1.52.2 - name: Lint shell scripts uses: ludeeus/action-shellcheck@2.0.0 diff --git a/.golangci.yaml b/.golangci.yaml index 14389aae06..f0d310193a 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -54,7 +54,6 @@ linters-settings: # - importShadow - indexAlloc - initClause - - ioutilDeprecated - mapKey - methodExprCall # - nestingReduce diff --git a/dogfood/Dockerfile b/dogfood/Dockerfile index bc3a50da80..cdc0b35973 100644 --- a/dogfood/Dockerfile +++ b/dogfood/Dockerfile @@ -216,7 +216,7 @@ RUN systemctl enable \ ARG CLOUD_SQL_PROXY_VERSION=2.2.0 \ DIVE_VERSION=0.10.0 \ DOCKER_GCR_VERSION=2.1.8 \ - GOLANGCI_LINT_VERSION=1.51.0 \ + GOLANGCI_LINT_VERSION=1.52.2 \ GRYPE_VERSION=0.61.1 \ HELM_VERSION=3.12.0 \ KUBE_LINTER_VERSION=0.6.3 \