ci: bump golangci-lint to v2.5

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit 2aea8617ea)
Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
Kir Kolyshkin
2025-10-07 16:59:48 -07:00
committed by lifubang
parent 52ee0fed30
commit 8bb53e4241
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v8
with:
version: v2.4
version: v2.5
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'