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 @@ -17,7 +17,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1717 --copyright-holder "Buf Technologies, Inc." \
1818 --year-range "2023-2025"
1919# This version should be kept in sync with the version in buf.yaml
20- PROTOVALIDATE_VERSION ?= v1.0.0-rc.2
20+ PROTOVALIDATE_VERSION ?= v0.13.0
2121# Version of the cel-spec that this implementation is conformant with
2222# This should be kept in sync with the version in format_test.py
2323CEL_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:v1.0.0-rc.2
6- - buf.build/bufbuild/protovalidate-testing:v1.0.0-rc.2
5+ - buf.build/bufbuild/protovalidate:v0.13.0
6+ - buf.build/bufbuild/protovalidate-testing:v0.13.0
77lint :
88 use :
99 - STANDARD
You can’t perform that action at this time.
0 commit comments