Skip to content

Commit

Permalink
Merge branch 'master' of github.com:go-enry/go-oniguruma into threadsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Apr 24, 2020
2 parents 98f4e45 + 991efdf commit abde913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -25,4 +25,4 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test -v ./...
run: go test -v ./...

0 comments on commit abde913

Please sign in to comment.