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

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2024-04-25 08:28:45 -07:00
parent 0eb8bb5f66
commit d63018c252
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v5
with:
version: v1.54
version: v1.57
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'