From 6ffb0cedbcbcb7c21da6b990b999d3a88cf5350b Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 14 Apr 2025 17:33:24 +0100 Subject: [PATCH] chore: Remove surious dep update --- proto/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/Makefile b/proto/Makefile index 688b27a..8b88dc6 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -1,5 +1,4 @@ buf: - buf dep update buf generate .PHONY: buf