From 991efdf2017debcc42f50dbf2a98dd63da89d1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Cuadros?= Date: Fri, 24 Apr 2020 19:25:17 +0200 Subject: [PATCH] ci: fix libonig5 version --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6cecf55..af57de1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: go-version: [1.13.x, 1.14.x] runs-on: ubuntu-latest env: - ONIGURUMA_VERSION: 6.9.1 + ONIGURUMA_VERSION: 6.9.4 steps: - name: Install libonig5 run: | @@ -25,4 +25,4 @@ jobs: uses: actions/checkout@v2 - name: Test - run: go test -v ./... \ No newline at end of file + run: go test -v ./...