Skip to content

Commit

Permalink
revert change to makefile
Browse files Browse the repository at this point in the history
Signed-off-by: gang.liu <[email protected]>
  • Loading branch information
izturn committed Aug 17, 2023
1 parent 0f330b2 commit a1a5173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ BUILD_CGO_ENABLED ?= 0
BUILD_GOPRIVATE ?= ""

# Go module mirror to use.
BUILD_GOPROXY ?= https://goproxy.cn
BUILD_GOPROXY ?= https://proxy.golang.org

# Checksum db to use.
BUILD_GOSUMDB ?= sum.golang.org
Expand Down Expand Up @@ -227,7 +227,7 @@ lint-flags:

.PHONY: generate
generate: ## Re-generate generated code and documentation
generate: generate-rbac generate-crd-deepcopy generate-crd-yaml generate-deployment generate-api-docs generate-metrics-docs generate-uml generate-go
generate: generate-rbac generate-crd-deepcopy generate-crd-yaml generate-gateway-yaml generate-deployment generate-api-docs generate-metrics-docs generate-uml generate-go

.PHONY: generate-rbac
generate-rbac:
Expand Down

0 comments on commit a1a5173

Please sign in to comment.