chore(deps): update dependency golangci/golangci-lint to v1.60.3 (#306)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-23 13:31:09 +04:00 committed by GitHub
parent 4892822343
commit 9cafa90b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ ENV GOPATH="/var/tmp/go"
RUN set -x \ RUN set -x \
# renovate: source=github-releases name=golangci/golangci-lint # renovate: source=github-releases name=golangci/golangci-lint
&& GOLANGCI_LINT_VERSION="1.60.2" \ && GOLANGCI_LINT_VERSION="1.60.3" \
&& wget -O- -nv "https://cdn.jsdelivr.net/gh/golangci/golangci-lint@v${GOLANGCI_LINT_VERSION}/install.sh" \ && wget -O- -nv "https://cdn.jsdelivr.net/gh/golangci/golangci-lint@v${GOLANGCI_LINT_VERSION}/install.sh" \
| sh -s -- -b /bin "v${GOLANGCI_LINT_VERSION}" | sh -s -- -b /bin "v${GOLANGCI_LINT_VERSION}"