mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove update-workspace from build-go deps (#93352)
This commit is contained in:
parent
80795fcfd5
commit
8a712fd510
2
Makefile
2
Makefile
@ -175,7 +175,7 @@ update-workspace:
|
|||||||
bash scripts/go-workspace/update-workspace.sh
|
bash scripts/go-workspace/update-workspace.sh
|
||||||
|
|
||||||
.PHONY: build-go
|
.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"
|
@echo "build go files"
|
||||||
$(GO) run build.go $(GO_BUILD_FLAGS) build
|
$(GO) run build.go $(GO_BUILD_FLAGS) build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user