Chore: Remove update-workspace from build-go deps (#93352)

eleijonmarck/lbac-for-datasources/bug-fix
Todd Treece 10 months ago committed by GitHub
parent 80795fcfd5
commit 8a712fd510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Makefile

@ -175,7 +175,7 @@ update-workspace:
bash scripts/go-workspace/update-workspace.sh
.PHONY: build-go
build-go: gen-go update-workspace ## Build all Go binaries.
build-go: gen-go ## Build all Go binaries.
@echo "build go files"
$(GO) run build.go $(GO_BUILD_FLAGS) build

Loading…
Cancel
Save