Merge pull request #48901 from thaJeztah/bump_golangci_lint

update golangci-lint to v1.62.0
This commit is contained in:
Akihiro Suda
2024-11-20 06:45:23 +09:00
committed by GitHub

View File

@@ -232,7 +232,7 @@ FROM binary-dummy AS containerd-windows
FROM containerd-${TARGETOS} AS containerd
FROM base AS golangci_lint
ARG GOLANGCI_LINT_VERSION=v1.60.2
ARG GOLANGCI_LINT_VERSION=v1.62.0
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION}" \