Skip to content

Commit

Permalink
chore: remove unnecessary binaries from earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Sep 8, 2024
1 parent 548f3c8 commit d918791
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ RUN export PATH="$PATH:$(go env GOPATH)/bin"
# install buf from source
RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.36.0

# install oapi to generate swagger
RUN go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest

# install the various tools to generate connect-go
RUN go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
RUN go install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest
Expand Down

0 comments on commit d918791

Please sign in to comment.