update .golangci.yml (#4848)

This commit is contained in:
fatedier 2025-06-25 11:16:48 +08:00
parent 43cf1688e4
commit c777891f75
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -39,3 +39,6 @@ client.key
# Cache # Cache
*.swp *.swp
# AI
CLAUDE.md

View File

@ -1,6 +1,7 @@
version: "2" version: "2"
run: run:
concurrency: 4 concurrency: 4
timeout: 20m
build-tags: build-tags:
- integ - integ
- integfuzz - integfuzz