ci/gha: bump golangci-lint to v1.54

Currently, it is at v1.54.2.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2023-08-24 17:22:23 -07:00
parent b3e972141f
commit 17e7e230bd
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
sudo apt -q install libseccomp-dev
- uses: golangci/golangci-lint-action@v3
with:
version: v1.53
version: v1.54
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'