]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Update test.yml
authorqydysky <32743305+qydysky@users.noreply.github.com>
Wed, 18 Jan 2023 23:22:34 +0000 (07:22 +0800)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 23:22:34 +0000 (07:22 +0800)
.github/workflows/test.yml

index d17457849dc26ffa162ca21694ac32beda1e12c8..d9a2b29268e9946d5a219149b4be0d55250e7488 100644 (file)
@@ -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