From 577573bf4ea0f2b2115d9f052d810a77a6628e69 Mon Sep 17 00:00:00 2001 From: qydysky Date: Wed, 1 Sep 2021 02:41:26 +0800 Subject: [PATCH] =?utf8?q?=E6=9B=B4=E6=96=B0golang?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2eff5c6..7c7e7ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.15', '1.16', '1.17' ] + go: [ '1.16', '1.17' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v2 @@ -42,7 +42,7 @@ jobs: runs-on: windows-latest strategy: matrix: - go: [ '1.16' ] + go: [ '1.16', '1.17' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v2 diff --git a/README.md b/README.md index 24b98fa..4304161 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## bilibili 直播弹幕机 -golang go version go1.15 linux/amd64 +golang go version go1.16 linux/amd64 --- ### 目录释义 -- 2.39.2