Skip to content

Commit 7cdbdc5

Browse files
authored
Merge pull request #319 from sir-gon/develop
[CONFIG] golangci-lint upgraded.
2 parents 9e950c9 + 28bf528 commit 7cdbdc5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,10 @@ RUN apk add --update --no-cache make nodejs npm wget \
2929
&& npm install -g --ignore-scripts markdownlint-cli
3030

3131
ADD https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh ${WORKDIR}/
32-
RUN sh install.sh -b $(go env GOPATH)/bin v1.60.3 \
32+
RUN sh install.sh -b $(go env GOPATH)/bin v2.0.0 \
3333
&& rm install.sh \
3434
&& golangci-lint --version
3535

36-
# golangci-lint
37-
# RUN wget --secure-protocol=TLSv1_2 --max-redirect=0 -O- -nv \
38-
# https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
39-
# sh -s -- -b $(go env GOPATH)/bin v1.60.3
40-
4136
# [!TIP] Use a bind-mount to "/app" to override following "copys"
4237
# for lint and test against "current" sources in this stage
4338

0 commit comments

Comments
 (0)