Skip to content

Commit

Permalink
fix(build): remove go update script (causing build error)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhodgsonintergral committed Sep 11, 2024
1 parent e66a514 commit 65131df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ gen-jsonnet:
.PHONY: update-workspace
update-workspace:
@echo "updating workspace"
bash scripts/go-workspace/update-workspace.sh
#bash scripts/go-workspace/update-workspace.sh

.PHONY: build-go
build-go: gen-go update-workspace ## Build all Go binaries.
Expand Down

0 comments on commit 65131df

Please sign in to comment.