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.
2 parents a2055f0 + 3d9dff2 commit 8508125Copy full SHA for 8508125
build-image/Dockerfile
@@ -23,7 +23,7 @@ RUN GOARCH=$(go env GOARCH) && \
23
chmod +x shfmt && \
24
mv shfmt /usr/bin
25
26
-RUN curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/bin v1.61.0
+RUN curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/bin v1.64.5
27
28
ENV HUGO_VERSION=v0.101.0
29
RUN go install github.com/client9/misspell/cmd/[email protected] &&\
0 commit comments