We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfe512 commit 2023d55Copy full SHA for 2023d55
Dockerfile.1.24.1
@@ -19,7 +19,7 @@ RUN mkdir /tmp/tools \
19
&& go build -o /go/bin/goreleaser -v \
20
&& : "Install golangci-lint" \
21
&& cd /tmp/tools \
22
- && git clone https://github.com/golangci/golangci-lint -b v1.64.7 \
+ && git clone https://github.com/golangci/golangci-lint -b v1.64.8 \
23
&& cd golangci-lint \
24
&& go build -o /go/bin/golangci-lint -v ./cmd/golangci-lint \
25
&& : "Clean up the layer" \
0 commit comments