Chore: Add gen-go as dependency for update-workspace (#94737)

pull/94761/head
Todd Treece 7 months ago committed by GitHub
parent 1f39692d9b
commit a1434a98a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Makefile

@ -174,7 +174,7 @@ gen-jsonnet:
go generate ./devenv/jsonnet
.PHONY: update-workspace
update-workspace:
update-workspace: gen-go
@echo "updating workspace"
bash scripts/go-workspace/update-workspace.sh

Loading…
Cancel
Save