We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4159f41 commit a16052bCopy full SHA for a16052b
Earthfile
@@ -29,7 +29,7 @@ golang-base:
29
RUN go install github.com/vektra/mockery/v2@v2.53.2
30
31
# install buf from source
32
- RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.54.0
+ RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.55.1
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