Chore: Use the bingo built golangci-lint (#51048)

* use the bingo built golangci-lint

* remove grapl usage

* add dependancy
This commit is contained in:
ying-jeanne
2022-06-17 19:46:20 +02:00
committed by GitHub
parent 5736a3c59e
commit 4489f331b8
13 changed files with 1286 additions and 1186 deletions

View File

@ -1,8 +1,8 @@
//go:build tools
// +build tools
package main
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/unknwon/bra"
)