From 885a10ba9ffc003af6ab3b79d28d98ce90aa1c61 Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Tue, 1 Oct 2024 08:51:09 +0530 Subject: [PATCH] Update conformance to v1.0.4 (#302) Updates to https://github.com/connectrpc/conformance/releases/tag/v1.0.4. This validates the fix in https://github.com/connectrpc/connect-swift/pull/298 for https://github.com/connectrpc/connect-swift/issues/292 as well. Signed-off-by: Michael Rebello --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f2f4eab..aa34e75 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += --no-print-directory BIN := .tmp/bin LICENSE_HEADER_YEAR_RANGE := 2022-2024 -CONFORMANCE_PROTO_REF := dfa2dd3e064de6ce56423c569804475e190b4445 -CONFORMANCE_RUNNER_TAG := v1.0.3 +CONFORMANCE_PROTO_REF := 9cb891ae36142a8a19c76f1e8a615b6d41fb726b +CONFORMANCE_RUNNER_TAG := v1.0.4 EXAMPLES_PROTO_REF := e74547031f662f81a62f5e95ebaa9f7037e0c41b LICENSE_HEADER_VERSION := v1.35.1 LICENSE_IGNORE := -e Package.swift \