Maintenance: ugprade golangci-lint to v1.41.1

This commit is contained in:
Quentin McGaw (desktop)
2021-06-20 16:12:09 +00:00
parent 28de8a834c
commit d3c63680e8

View File

@@ -6,7 +6,7 @@ FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS b
RUN apk --update add git g++
ENV CGO_ENABLED=0
COPY --from=qmcgaw/xcputranslate:v0.4.0 /xcputranslate /usr/local/bin/xcputranslate
ARG GOLANGCI_LINT_VERSION=v1.40.1
ARG GOLANGCI_LINT_VERSION=v1.41.1
RUN go get github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION}
WORKDIR /tmp/gobuild
COPY go.mod go.sum ./