Merge pull request #4754 from kolyshkin/1.3-4747

[1.3] ci: bump golangci-lint to v2.1
This commit is contained in:
Akihiro Suda
2025-05-03 07:42:22 +09:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v7
with:
version: v2.0
version: v2.1
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'