]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Update test.yml
authorqydysky <32743305+qydysky@users.noreply.github.com>
Tue, 5 Apr 2022 06:58:09 +0000 (14:58 +0800)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 06:58:09 +0000 (14:58 +0800)
golang1.18

.github/workflows/test.yml

index 7c7e7ae82ab0793135e6f25a636f31ffe1e2e1d8..81d0ec855352ab9be8563a197a3b493e6d1f805d 100644 (file)
@@ -12,10 +12,10 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go: [ '1.16', '1.17' ]
+        go: [ '1.17', '1.18.0' ]
     steps:
     - name: Set up Go${{ matrix.go }}
-      uses: actions/setup-go@v2
+      uses: actions/setup-go@v3
       with:
         go-version: ${{ matrix.go }}
 
@@ -42,10 +42,10 @@ jobs:
     runs-on: windows-latest
     strategy:
       matrix:
-        go: [ '1.16', '1.17' ]
+        go: [ '1.17', '1.18.0' ]
     steps:
     - name: Set up Go${{ matrix.go }}
-      uses: actions/setup-go@v2
+      uses: actions/setup-go@v3
       with:
         go-version: ${{ matrix.go }}