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 f81a86b commit 941ee0eCopy full SHA for 941ee0e
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.62.2" \
+ && GOLANGCI_LINT_VERSION="1.63.0" \
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