ci: bump golangci-lint to v2.1

(The current v2.1 release is v2.1.5 as of today).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-04-24 17:57:50 -07:00
parent 51f45cb5c0
commit b0aa863fc8

View File

@@ -40,7 +40,7 @@ jobs:
sudo apt -qy install libseccomp-dev sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v7 - uses: golangci/golangci-lint-action@v7
with: with:
version: v2.0 version: v2.1
# Extra linters, only checking new code from a pull request. # Extra linters, only checking new code from a pull request.
- name: lint-extra - name: lint-extra
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'