mirror of https://github.com/milvus-io/milvus.git
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
parent
ac2840243a
commit
93291c0dca
|
@ -13,6 +13,9 @@ run:
|
|||
- ci
|
||||
skip-files:
|
||||
- partial_search_test.go
|
||||
build-tags:
|
||||
- dynamic
|
||||
- test
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
|
|
Loading…
Reference in New Issue