]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
up to golang1.16
authorqydysky <qydysky@foxmail.com>
Sat, 15 May 2021 14:31:31 +0000 (22:31 +0800)
committerqydysky <qydysky@foxmail.com>
Sat, 15 May 2021 14:31:31 +0000 (22:31 +0800)
.github/workflows/go.yml
.github/workflows/test.yml

index 12aa399020fadc9251546cec9680985e897828f6..7fb84639373b5825d7c33f35501df284713d6e90 100644 (file)
@@ -37,7 +37,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go: [ '1.15' ]
+        go: [ '1.16' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v2
@@ -84,7 +84,7 @@ jobs:
     runs-on: windows-latest
     strategy:
       matrix:
-        go: [ '1.15' ]
+        go: [ '1.16' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v2
index f6e9b30c09d8123b96c0ccaa85e2af8b1b9a9273..758779852889cd4eccfd661a81724ba25ad06b57 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go: [ '1.15' ]
+        go: [ '1.16' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v2
@@ -41,7 +41,7 @@ jobs:
     runs-on: windows-latest
     strategy:
       matrix:
-        go: [ '1.15' ]
+        go: [ '1.16' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v2