Skip to content

Commit 32e7299

Browse files
author
John Chadwick
committed
Update to protovalidate v0.9.0
1 parent 41f4521 commit 32e7299

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2322
help: ## Describe useful make targets
@@ -34,10 +33,8 @@ clean: ## Delete intermediate build artifacts
3433
.PHONY: generate
3534
generate: $(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

0 commit comments

Comments
 (0)