Skip to content

Commit

Permalink
Update Buf CLI to latest (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah authored Nov 5, 2022
1 parent ddd4bd7 commit a366d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ $(BIN)/protoc-gen-connect-go:

$(BIN)/buf: Makefile
@mkdir -p $(@D)
GOBIN=$(abspath $(@D)) $(GO) install github.com/bufbuild/buf/cmd/buf@v1.8.0
GOBIN=$(abspath $(@D)) $(GO) install github.com/bufbuild/buf/cmd/buf@v1.9.0

$(BIN)/license-header: Makefile
@mkdir -p $(@D)
GOBIN=$(abspath $(@D)) $(GO) install \
github.com/bufbuild/buf/private/pkg/licenseheader/cmd/license-header@v1.8.0
github.com/bufbuild/buf/private/pkg/licenseheader/cmd/license-header@v1.9.0

$(BIN)/golangci-lint: Makefile
@mkdir -p $(@D)
Expand Down

0 comments on commit a366d93

Please sign in to comment.