Skip to content

Commit 56a2e89

Browse files
Update build/ci.go
1 parent 4c497bb commit 56a2e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ func doLint(cmdline []string) {
433433
}
434434

435435
linter := downloadLinter(*cachedir)
436-
lflags := []string{"run", "--config", ".golangci.yml", "--new-from-rev=origin/main"}
436+
lflags := []string{"run", "--config", ".golangci.yml", "--new-from-rev=origin/master"}
437437
build.MustRunCommandWithOutput(linter, append(lflags, packages...)...)
438438
fmt.Println("You have achieved perfection.")
439439
}

0 commit comments

Comments
 (0)