From e94f26a7f1405d079101cf62d50fe95fad8842d9 Mon Sep 17 00:00:00 2001 From: Joey Date: Sat, 10 Feb 2024 00:12:31 +0100 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 b6dc43b..8ece46d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: Build: strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x] + go-version: [1.20.x, 1.21.x] platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: @@ -35,4 +35,4 @@ jobs: with: max_attempts: 3 timeout_minutes: 15 - command: go test ./... -v -race -count=1 \ No newline at end of file + command: go test ./... -v -race -count=1