File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1616 --copyright-holder "Buf Technologies, Inc." \
1717 --year-range "2023-2025"
1818# This version should be kept in sync with the version in buf.yaml
19- PROTOVALIDATE_VERSION ?= v0.14 .0
19+ PROTOVALIDATE_VERSION ?= v1.0 .0
2020# Version of the cel-spec that this implementation is conformant with
2121# This should be kept in sync with the version in test/test_format.py
2222CEL_SPEC_VERSION ?= v0.24.0
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ version: v2
22modules :
33 - path : proto
44deps :
5- - buf.build/bufbuild/protovalidate:v0.14 .0
6- - buf.build/bufbuild/protovalidate-testing:v0.14 .0
5+ - buf.build/bufbuild/protovalidate:v1.0 .0
6+ - buf.build/bufbuild/protovalidate-testing:v1.0 .0
77lint :
88 use :
99 - STANDARD
You canβt perform that action at this time.
0 commit comments