1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-06-09 17:48:53 +00:00

chore(ci): bump up golangci version to v1.64

This commit is contained in:
afdesk 2025-04-04 14:47:11 +06:00
parent d28ea670c8
commit e2c2b8a974

View File

@ -34,7 +34,7 @@ jobs:
- name: Setup golangci-lint - name: Setup golangci-lint
uses: golangci/golangci-lint-action@v6 uses: golangci/golangci-lint-action@v6
with: with:
version: v1.61 version: v1.64
args: --verbose --timeout 2m args: --verbose --timeout 2m
unit: unit:
name: Unit tests name: Unit tests