From 4921cee3ca3757a744533a997421d90b0722f41a Mon Sep 17 00:00:00 2001 From: LeoSun <379978424@qq.com> Date: Fri, 16 Feb 2024 16:48:18 +0800 Subject: [PATCH] Update test.yml --- .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 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