chore: update golangci-lint action to skip cache

This commit is contained in:
ProtoTess
2025-12-01 01:00:41 +00:00
parent 21965a893f
commit a700ddcba6
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
version: v2.0.0
args: --timeout=5m --fix=false
skip-cache: true
# Test on primary Go version
test: