From 9db4a5aa9cb1fc8322e19a7a6e804beb7b6ccdb2 Mon Sep 17 00:00:00 2001 From: LeoSun <379978424@qq.com> Date: Tue, 21 Nov 2023 10:56:53 +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 62f765d..7cca362 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.19.x, 1.20.x, 1.21.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -45,4 +45,4 @@ jobs: with: max_attempts: 3 timeout_minutes: 15 - command: go test ./... -v -race \ No newline at end of file + command: go test ./... -v -race