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 801b2fb commit adbe6a7Copy full SHA for adbe6a7
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.46.0
+RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1
34
RUN go install github.com/kyoh86/richgo@latest \
35
&& go install github.com/sonatype-nexus-community/nancy@latest \
36
&& rm -rf /root/.cache/go-build
0 commit comments