mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 12:42:13 +08:00
Chore: Use the bingo built golangci-lint (#51048)
* use the bingo built golangci-lint * remove grapl usage * add dependancy
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||||
_ "github.com/unknwon/bra"
|
||||
)
|
||||
|
Reference in New Issue
Block a user