ci: bump golangci-lint to 1.46

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit 7481c3c97b)
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2022-06-16 16:33:55 -07:00
parent 77472ef6e0
commit 50f06554f2
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
sudo apt -q install libseccomp-dev
- uses: golangci/golangci-lint-action@v3
with:
version: v1.45
version: v1.46
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'