From 46d873fb5625e21aac29c116ffc62c917624b2d4 Mon Sep 17 00:00:00 2001 From: Artem Medvedev Date: Thu, 20 Jul 2023 23:31:43 +0200 Subject: [PATCH] test: update h2spec version --- ci/h2spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/h2spec.sh b/ci/h2spec.sh index ff7295515..d86a051b5 100755 --- a/ci/h2spec.sh +++ b/ci/h2spec.sh @@ -3,7 +3,7 @@ LOGFILE="h2server.log" if ! [ -e "h2spec" ] ; then # if we don't already have a h2spec executable, wget it from github - wget https://github.com/summerwind/h2spec/releases/download/v2.1.1/h2spec_linux_amd64.tar.gz + wget https://github.com/summerwind/h2spec/releases/download/v2.6.0/h2spec_linux_amd64.tar.gz tar xf h2spec_linux_amd64.tar.gz fi