Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 2282a08

Browse files
fixing branch name for apidiff
Signed-off-by: Chris Hein <[email protected]>
1 parent 1eb78b9 commit 2282a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ lint-full: $(GOLANGCI_LINT) ## Run slower linters to detect possible issues
144144
$(GOLANGCI_LINT) run -v --fast=false
145145

146146
apidiff: $(GO_APIDIFF) ## Check for API differences
147-
$(GO_APIDIFF) $(shell git rev-parse origin/master) --print-compatible
147+
$(GO_APIDIFF) $(shell git rev-parse origin/main) --print-compatible
148148

149149
## --------------------------------------
150150
## Generate / Manifests

0 commit comments

Comments
 (0)