Skip to content

Commit 36b41a0

Browse files
chore(deps): update dependency golangci/golangci-lint to v1.64.2 (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e0c59f commit 36b41a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV GOPATH="/var/tmp/go"
88

99
RUN set -x \
1010
# renovate: source=github-releases name=golangci/golangci-lint
11-
&& GOLANGCI_LINT_VERSION="1.63.4" \
11+
&& GOLANGCI_LINT_VERSION="1.64.2" \
1212
&& wget -O- -nv "https://cdn.jsdelivr.net/gh/golangci/golangci-lint@v${GOLANGCI_LINT_VERSION}/install.sh" \
1313
| sh -s -- -b /bin "v${GOLANGCI_LINT_VERSION}"
1414

0 commit comments

Comments
 (0)