fix: add build-tags at golangci-lint (#34084)

issue: #33132

caused by introducing conditional compile file in async cgo.

Signed-off-by: chyezh <chyezh@outlook.com>
pull/34102/head
chyezh 2024-06-25 11:55:07 +08:00 committed by GitHub
parent ac2840243a
commit 93291c0dca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ run:
- ci
skip-files:
- partial_search_test.go
build-tags:
- dynamic
- test
linters:
disable-all: true