]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Improve golang 1.20
authorqydysky <32743305+qydysky@users.noreply.github.com>
Sat, 11 Mar 2023 08:18:11 +0000 (16:18 +0800)
committerqydysky <32743305+qydysky@users.noreply.github.com>
Sat, 11 Mar 2023 08:18:11 +0000 (16:18 +0800)
.github/workflows/go.yml
.github/workflows/test.yml

index 90c9ab84cdcf590ff6404227e38ab07add47d5ff..08788c16c6b6a266cbaaed34f3c2649383549491 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go: [ '1.19' ]
+        go: [ '1.20' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v3
@@ -47,7 +47,7 @@ jobs:
     runs-on: windows-latest
     strategy:
       matrix:
-        go: [ '1.19' ]
+        go: [ '1.20' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v3
index 3d89eefd8458e0b9b087e2a7da5bf44016cbae48..5500a2ee0866c88c74c9162fcc2b13a9cd64d7ee 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go: [ '1.19' ]
+        go: [ '1.20' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v3
@@ -43,7 +43,7 @@ jobs:
     runs-on: windows-latest
     strategy:
       matrix:
-        go: [ '1.19' ]
+        go: [ '1.20' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v3