]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github actions: update h2spec to 2.6.0
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 25 Oct 2020 14:36:02 +0000 (19:36 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 27 Oct 2020 12:13:23 +0000 (13:13 +0100)
.github/workflows/h2spec.yml

index 5735aa98c350dfa34872abfd62d4503aa6c8c4e4..cd4d2467031378a4eac73b8391fbec659dd472b2 100644 (file)
@@ -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: |