Skip to content

Commit

Permalink
Update to protovalidate v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jchadwick-buf committed Nov 27, 2024
1 parent 41f4521 commit 32e7299
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
--license-type apache \
--copyright-holder "Buf Technologies, Inc." \
--year-range "2023"
# TODO: DO NOT MERGE
PROTOVALIDATE_VERSION ?= a4d7e113cc9e8944fb22098123eddc5413500381
PROTOVALIDATE_VERSION ?= v0.9.0

.PHONY: help
help: ## Describe useful make targets
Expand All @@ -34,10 +33,8 @@ clean: ## Delete intermediate build artifacts
.PHONY: generate
generate: $(BIN)/buf $(BIN)/license-header ## Regenerate code and license headers
rm -rf gen
# TODO: DO NOT MERGE
buf generate buf.build/jchadwick-buf/protovalidate:fd74cad4128d4294812fe3ad3fac0e2f
# TODO: DO NOT MERGE
buf generate buf.build/jchadwick-buf/protovalidate-testing:4b978585a3ae4589a2bf979580e0cf51
buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION)
buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
$(ADD_LICENSE_HEADER) --ignore __init__.py

.PHONY: format
Expand Down

0 comments on commit 32e7299

Please sign in to comment.