Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin-Leo authored Feb 16, 2024
1 parent 26e9377 commit 4921cee
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 @@ -14,7 +14,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
command: |
ls /usr/local/lib | grep libtokenizer
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
go test ./... -v -race
go test ./... -v -race

0 comments on commit 4921cee

Please sign in to comment.