Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 25a4f06 commit 6339db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GOPATH="/var/tmp/go"

RUN set -x \
# renovate: source=github-releases name=golangci/golangci-lint
&& GOLANGCI_LINT_VERSION="1.61.0" \
&& GOLANGCI_LINT_VERSION="1.62.0" \
&& 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}"

Expand Down

0 comments on commit 6339db6

Please sign in to comment.