We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1538775 commit 60aa168Copy full SHA for 60aa168
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.41.0
+ RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.44.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