mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Update build/ci.go
This commit is contained in:
parent
4c497bb816
commit
56a2e89767
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ func doLint(cmdline []string) {
|
|||
}
|
||||
|
||||
linter := downloadLinter(*cachedir)
|
||||
lflags := []string{"run", "--config", ".golangci.yml", "--new-from-rev=origin/main"}
|
||||
lflags := []string{"run", "--config", ".golangci.yml", "--new-from-rev=origin/master"}
|
||||
build.MustRunCommandWithOutput(linter, append(lflags, packages...)...)
|
||||
fmt.Println("You have achieved perfection.")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue