Merge pull request #4813 from kolyshkin/golangci-lint-22

ci: bump golangci-lint to v2.3.x
This commit is contained in:
lfbzhm
2025-07-25 12:58:18 +08:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v8
with:
version: v2.1
version: v2.3
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'