update to golangci-lint 1.62

This commit is contained in:
CrazyMax
2024-12-14 21:16:51 +01:00
parent 0ecafb6cd8
commit b65b8d36cf

View File

@@ -2,7 +2,7 @@
ARG GO_VERSION="1.23"
ARG ALPINE_VERSION="3.21"
ARG GOLANGCI_LINT_VERSION="v1.55"
ARG GOLANGCI_LINT_VERSION="v1.62"
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
ENV GOFLAGS="-buildvcs=false"