Update golangci-lint

This commit is contained in:
Jamie Curnow
2023-04-11 13:28:59 +10:00
parent 1457362b28
commit 106a63c314
+1 -1
View File
@@ -30,7 +30,7 @@ WORKDIR /root
COPY ./files/.bashrc.acmesh-golang /root/.bashrc
# Gotools
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
RUN go install github.com/kyoh86/richgo@latest \
&& go install github.com/sonatype-nexus-community/nancy@latest \
&& go install github.com/mfridman/tparse@latest \