mirror of
https://github.com/wader/fq.git
synced 2024-11-26 10:33:53 +03:00
Update docker-golangci-lint from 1.42.1 to 1.43.0
This commit is contained in:
parent
53a8d91902
commit
1371bc7ec9
@ -11,7 +11,7 @@ RUN \
|
|||||||
FROM base AS dev
|
FROM base AS dev
|
||||||
|
|
||||||
# bump: docker-golangci-lint /GOLANGCILINT_VERSION=([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
|
# 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 \
|
RUN \
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
|
||||||
sh -s -- -b /usr/local/bin v$GOLANGCILINT_VERSION
|
sh -s -- -b /usr/local/bin v$GOLANGCILINT_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user