From 16f97e50467fa07b0c70e4a61f1de8880eff8022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:36:05 +0100 Subject: [PATCH] chore(deps): update module github.com/bufbuild/buf to v1.41.0 (#91) 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 b22daaf..13d4bbc 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.39.0 + RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.41.0 # install oapi to generate swagger RUN go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest