From b5b033cfb1004016509545884db143c456113bcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:14:22 +0100 Subject: [PATCH] chore(deps): update module github.com/bufbuild/buf to v1.30.1 (#62) 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 39b865a..5a53333 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.30.0 + RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.30.1 # install the various tools to generate connect-go