1
1
mirror of https://github.com/wader/fq.git synced 2024-11-22 15:45:45 +03:00

Update docker-golangci-lint from 1.42.1 to 1.43.0

This commit is contained in:
bump 2021-11-03 16:20:35 +00:00 committed by Mattias Wadman
parent 53a8d91902
commit 1371bc7ec9

View File

@ -11,7 +11,7 @@ RUN \
FROM base AS dev
# bump: docker-golangci-lint /GOLANGCILINT_VERSION=([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
ARG GOLANGCILINT_VERSION=1.42.1
ARG GOLANGCILINT_VERSION=1.43.0
RUN \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b /usr/local/bin v$GOLANGCILINT_VERSION