From 80b49fd0fc0122b92d3f7dc2f8c42aed517960aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:42:31 +0000 Subject: [PATCH] chore(deps): update module github.com/bufbuild/buf to v1.47.2 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 82f9ce4..5b86bda 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.46.0 + RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.47.2 # install oapi to generate swagger RUN go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest