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