diff --git a/Makefile b/Makefile index 377b981f..30ae1c57 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \ --copyright-holder "Buf Technologies, Inc." \ --year-range "2023-2025" # This version should be kept in sync with the version in buf.yaml -PROTOVALIDATE_VERSION ?= v1.0.0-rc.2 +PROTOVALIDATE_VERSION ?= v0.13.0 # Version of the cel-spec that this implementation is conformant with # This should be kept in sync with the version in format_test.py CEL_SPEC_VERSION ?= v0.24.0 diff --git a/buf.yaml b/buf.yaml index 93b4982f..2acbae6d 100644 --- a/buf.yaml +++ b/buf.yaml @@ -2,8 +2,8 @@ version: v2 modules: - path: proto deps: - - buf.build/bufbuild/protovalidate:v1.0.0-rc.2 - - buf.build/bufbuild/protovalidate-testing:v1.0.0-rc.2 + - buf.build/bufbuild/protovalidate:v0.13.0 + - buf.build/bufbuild/protovalidate-testing:v0.13.0 lint: use: - STANDARD