]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Improve golang up to 1.21
authorqydysky <qydysky@foxmail.com>
Thu, 10 Aug 2023 12:39:42 +0000 (20:39 +0800)
committerqydysky <qydysky@foxmail.com>
Thu, 10 Aug 2023 12:39:42 +0000 (20:39 +0800)
.github/workflows/go.yml
.github/workflows/test.yml

index 57c3fb246a66cfa0bd5feb378048d36398606a09..f93c933366e75bb1e807eafdc9be3e7f539485d7 100644 (file)
@@ -82,10 +82,10 @@ jobs:
     runs-on: windows-latest
     strategy:
       matrix:
-        go: [ '1.20' ]
+        go: [ '1.21' ]
     steps:
     - name: Set up Go${{ matrix.go }}
-      uses: actions/setup-go@v3
+      uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go }}
 
index e7130556a88522ac9fc4de5eeee7490bf169a13c..69721259281bac6c024fa2e0b09b9be8a1068615 100644 (file)
@@ -83,10 +83,10 @@ jobs:
     runs-on: windows-latest
     strategy:
       matrix:
-        go: [ '1.20' ]
+        go: [ '1.21' ]
     steps:
     - name: Set up Go${{ matrix.go }}
-      uses: actions/setup-go@v3
+      uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go }}