1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-05-12 03:48:49 +00:00

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

This commit is contained in:
afdesk 2025-04-04 15:44:59 +06:00 committed by GitHub
parent d28ea670c8
commit cd322c587c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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