Skip to content
Prev Previous commit
Next Next commit
upgrade golang version
  • Loading branch information
flier committed Apr 7, 2023
commit 23ae37993f9cd5907bb785aeaaeb22dfb25ef61f
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, macos-12, macos-11]
go: [stable, 1.18.x, 1.17.x, 1.16.x, 1.15.x]
go: [stable, 1.20.x, 1.19.x, 1.18.x]
name: Go ${{ matrix.go }} tests @ ${{ matrix.os }} for hyperscan ${{ matrix.hyperscan }}
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Golang ${{ matrix.go }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: true
Expand All @@ -60,7 +60,7 @@ jobs:
include:
- os: macos-latest
go: stable
hyperscan: 5.4.0
hyperscan: 5.4.1
pcre: 8.45
build_flags: -tags hyperscan_v54,chimera
chimera: true
Expand All @@ -78,7 +78,7 @@ jobs:
chimera: true
- os: ubuntu-20.04
go: stable
hyperscan: 5.4.0
hyperscan: 5.4.1
pcre: 8.45
build_flags: -tags hyperscan_v54,chimera
chimera: true
Expand Down