Skip to content

Commit

Permalink
fix: add mod update commands to makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Han <sorrowitsch@gmail.com>
  • Loading branch information
junekhan committed Feb 13, 2024
1 parent 6d326c8 commit 1f87322
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,11 @@ pkg/scalers/liiklus/mocks/mock_liiklus.go:

##@ Build

build: generate fmt vet manager adapter webhooks ## Build Operator (manager), Metrics Server (adapter) and Admision Web Hooks (webhooks) binaries.
build: update-mod generate fmt vet manager adapter webhooks ## Build Operator (manager), Metrics Server (adapter) and Admision Web Hooks (webhooks) binaries.

update-mod:
go mod tidy
go mod vendor

manager: generate
${GO_BUILD_VARS} go build -ldflags $(GO_LDFLAGS) -mod=vendor -o bin/keda cmd/operator/main.go
Expand Down

0 comments on commit 1f87322

Please sign in to comment.