File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,10 @@ RUN apk add --update --no-cache make nodejs npm wget \
29
29
&& npm install -g --ignore-scripts markdownlint-cli
30
30
31
31
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 \
33
33
&& rm install.sh \
34
34
&& golangci-lint --version
35
35
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
-
41
36
# [!TIP] Use a bind-mount to "/app" to override following "copys"
42
37
# for lint and test against "current" sources in this stage
43
38
You can’t perform that action at this time.
0 commit comments