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 8e0c59f commit 36b41a0Copy full SHA for 36b41a0
Dockerfile
@@ -8,7 +8,7 @@ ENV GOPATH="/var/tmp/go"
8
9
RUN set -x \
10
# renovate: source=github-releases name=golangci/golangci-lint
11
- && GOLANGCI_LINT_VERSION="1.63.4" \
+ && GOLANGCI_LINT_VERSION="1.64.2" \
12
&& wget -O- -nv "https://cdn.jsdelivr.net/gh/golangci/golangci-lint@v${GOLANGCI_LINT_VERSION}/install.sh" \
13
| sh -s -- -b /bin "v${GOLANGCI_LINT_VERSION}"
14
0 commit comments