diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ccb99c..f5c8046 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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 \ No newline at end of file + go test ./... -v -race