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

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