We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1457362 commit 106a63cCopy full SHA for 106a63c
docker/Dockerfile.acmesh-golang
@@ -30,7 +30,7 @@ WORKDIR /root
30
COPY ./files/.bashrc.acmesh-golang /root/.bashrc
31
32
# Gotools
33
-RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1
+RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.52.2
34
RUN go install github.com/kyoh86/richgo@latest \
35
&& go install github.com/sonatype-nexus-community/nancy@latest \
36
&& go install github.com/mfridman/tparse@latest \
0 commit comments