mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 14:43:46 +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:
@ -230,7 +230,7 @@ def lint_backend_step(edition):
|
||||
],
|
||||
'commands': [
|
||||
# Don't use Make since it will re-download the linters
|
||||
'./bin/grabpl lint-backend --edition {}'.format(edition),
|
||||
'make lint-go',
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user