From dce405b83581bbd06adc28432b7beda2a694acaa Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 16 Oct 2022 05:24:12 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4a6a19..d174578 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: runs-on: windows-latest strategy: matrix: - go: [ '1.17', '1.18.0' ] + go: [ '1.18', '1.19' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v3 -- 2.39.2