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 8111ecb commit d207061Copy full SHA for d207061
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="2.1.6" \
+ && GOLANGCI_LINT_VERSION="2.3.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