ci: update golangci-lint to v1.64.4 (#4951)

This version adds support for Go 1.24.
This commit is contained in:
Marten Seemann 2025-02-13 12:33:45 +01:00 committed by GitHub
parent 48b8182339
commit 5af39164b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ jobs:
matrix:
go: [ "1.22.x", "1.23.x" ]
env:
GOLANGCI_LINT_VERSION: v1.62.0
GOLANGCI_LINT_VERSION: v1.64.4
name: golangci-lint (Go ${{ matrix.go }})
steps:
- uses: actions/checkout@v4