Merge pull request #4852 from kolyshkin/golangci-24x

ci: bump golangci-lint to v2.4.x
This commit is contained in:
Rodrigo Campos
2025-08-18 09:46:51 -03: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.3
version: v2.4
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'