Hi,

we missed couple of releases.

Ilya
From 69f09380ea4f41364921f945c81cf4d3b83d751e Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Sun, 25 Oct 2020 19:36:02 +0500
Subject: [PATCH] CI: github actions: update h2spec to 2.6.0

---
 .github/workflows/h2spec.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/h2spec.yml b/.github/workflows/h2spec.yml
index 5735aa98c..cd4d24670 100644
--- a/.github/workflows/h2spec.yml
+++ b/.github/workflows/h2spec.yml
@@ -20,7 +20,7 @@ jobs:
         ./haproxy -f .github/h2spec.config -D
     - name: download h2spec
       run: |
-        wget https://github.com/summerwind/h2spec/releases/download/v2.4.0/h2spec_linux_amd64.tar.gz
+        wget https://github.com/summerwind/h2spec/releases/download/v2.6.0/h2spec_linux_amd64.tar.gz
         tar xvf h2spec_linux_amd64.tar.gz
     - name: run h2spec
       run: |
-- 
2.26.2

Reply via email to