From 2f5ac70a42ad69d60450e42b661b15c50afc59b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:58:59 +0100 Subject: [PATCH] chore(deps): update module github.com/bufbuild/buf to v1.39.0 (#90) 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 c2731b9..b22daaf 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.38.0 + RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.39.0 # install oapi to generate swagger RUN go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest