We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f03f6 commit 83533ffCopy full SHA for 83533ff
Earthfile
@@ -29,7 +29,7 @@ golang-base:
29
RUN go install github.com/vektra/mockery/v2@v2.42.0
30
31
# install buf from source
32
- RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.35.1
+ RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.36.0
33
34
# install oapi to generate swagger
35
RUN go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest
0 commit comments