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

This commit is contained in:
Todd Treece
2024-09-13 16:09:09 -04:00
committed by GitHub
parent 80795fcfd5
commit 8a712fd510

View File

@@ -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