From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Wed, 18 Jan 2023 23:22:34 +0000 (+0800) Subject: Update test.yml X-Git-Tag: v0.5.11~45^2 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=f5cbf8aba442afd35bf0aabd65e505c545b9c7f1;p=bili_danmu%2F.git Update test.yml --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d174578..d9a2b29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.18', '1.19' ] + go: [ '1.19' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v3 @@ -42,7 +42,7 @@ jobs: runs-on: windows-latest strategy: matrix: - go: [ '1.18', '1.19' ] + go: [ '1.19' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v3