From 93ce009c90cf35d61c22c6348c0daad195267084 Mon Sep 17 00:00:00 2001 From: AlexsJones Date: Mon, 18 Nov 2024 15:25:03 +0000 Subject: [PATCH] chore: updated buf version Signed-off-by: AlexsJones --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0a1dd5..16516b0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BUF_VERSION=v1.28.0 -TAG=protobuf-v0.2.3 +TAG=protobuf-v0.2.4 guard-%: @ if [ "${${*}}" = "" ]; then \ echo "Environment variable $* not set"; \