Skip to content

Commit

Permalink
Update Buf CLI (#568)
Browse files Browse the repository at this point in the history
Update to v1.26.1 of the Buf CLI.
  • Loading branch information
akshayjshah authored Aug 16, 2023
1 parent 2c4bde8 commit 34b33f6
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 @@ -76,11 +76,11 @@ $(BIN)/protoc-gen-connect-go:

$(BIN)/buf: Makefile
@mkdir -p $(@D)
go install github.com/bufbuild/buf/cmd/buf@v1.18.0
go install github.com/bufbuild/buf/cmd/buf@v1.26.1

$(BIN)/license-header: Makefile
@mkdir -p $(@D)
go install github.com/bufbuild/buf/private/pkg/licenseheader/cmd/license-header@v1.18.0
go install github.com/bufbuild/buf/private/pkg/licenseheader/cmd/license-header@v1.26.1

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

0 comments on commit 34b33f6

Please sign in to comment.