From 445d97782aff2efeafc306078bf84e460cbc0c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:53:35 +0100 Subject: [PATCH] chore(deps): update module github.com/bufbuild/buf to v1.34.0 (#79) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index ab97f64..db1c02f 100644 --- a/Earthfile +++ b/Earthfile @@ -29,7 +29,7 @@ golang-base: RUN go install github.com/vektra/mockery/v2@v2.42.0 # install buf from source - RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.32.2 + RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.34.0 # install the various tools to generate connect-go