Skip to content

Commit 4285adb

Browse files
committed
hack: Bump golangci-lint to v1.64.8
With go1.24 as the oldstable release, it is recommended to use a golangci-lint version which supports go1.24 (from v1.64.2[1]) to avoid any lint errors. [1] https://golangci.github.io/legacy-v1-doc/product/changelog/#v1642 Signed-off-by: Anoop C S <[email protected]>
1 parent 7b18093 commit 4285adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ _install_revive() {
4444
}
4545

4646
_install_golangci_lint() {
47-
_install_tool github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.2
47+
_install_tool github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
4848
}
4949

5050
_install_yq() {

0 commit comments

Comments
 (0)