Skip to content

Commit

Permalink
feat: add connect-go generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Feb 27, 2024
1 parent dbd123d commit fb6fcef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ golang-base:
# install buf from source
RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.29.0


# 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

# install linter
# binary will be $(go env GOPATH)/bin/golangci-lint
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
Expand Down

0 comments on commit fb6fcef

Please sign in to comment.