ci: bump golangci-lint to v2.3.x

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-07-15 19:14:44 -07:00
committed by lfbzhm
parent 79a311f73d
commit 1c2810be9e
+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'