We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3778ce commit ac7827fCopy full SHA for ac7827f
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://github.com/raw/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/bin v1.59.1
+RUN curl -sfL https://github.com/raw/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/bin v1.61.0
27
28
ENV HUGO_VERSION=v0.101.0
29
RUN go install github.com/client9/misspell/cmd/[email protected] &&\
0 commit comments