Skip to content

Commit 7814cd4

Browse files
committed
Fix make update
1 parent 7ca508c commit 7814cd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ push: image
3737
$(DOCKER) push $(IMAGE)
3838

3939
update:
40-
buf mod update ./proto
4140
for ref in $$(yq -r '.deps[] | .remote + "/gen/go/" + .owner + "/" + .repository + "/protocolbuffers/go@" + .commit' proto/buf.lock); do go get $$ref; done
4241
go mod tidy

0 commit comments

Comments
 (0)