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

Commit a4ae371

Browse files
authored
Merge pull request #66 from christopherhein/fix-apidiff
🐛 fixing branch name for apidiff
2 parents 1eb78b9 + 2282a08 commit a4ae371

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)