File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1616 --license-type apache \
1717 --copyright-holder "Buf Technologies, Inc." \
1818 --year-range "2023"
19- # TODO: DO NOT MERGE
20- PROTOVALIDATE_VERSION ?= a4d7e113cc9e8944fb22098123eddc5413500381
19+ PROTOVALIDATE_VERSION ?= v0.9.0
2120
2221.PHONY : help
2322help : # # Describe useful make targets
@@ -34,10 +33,8 @@ clean: ## Delete intermediate build artifacts
3433.PHONY : generate
3534generate : $(BIN ) /buf $(BIN ) /license-header # # Regenerate code and license headers
3635 rm -rf gen
37- # TODO: DO NOT MERGE
38- buf generate buf.build/jchadwick-buf/protovalidate:fd74cad4128d4294812fe3ad3fac0e2f
39- # TODO: DO NOT MERGE
40- buf generate buf.build/jchadwick-buf/protovalidate-testing:4b978585a3ae4589a2bf979580e0cf51
36+ buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION )
37+ buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION )
4138 $(ADD_LICENSE_HEADER ) --ignore __init__.py
4239
4340.PHONY : format
You can’t perform that action at this time.
0 commit comments