Merge pull request #167 from lyyyuna/go1.16ci

add go 1.16 in CI check
This commit is contained in:
qiniu-bot 2021-02-17 17:51:02 +08:00 committed by GitHub
commit 719c8f2730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
needs: job_1 needs: job_1
strategy: strategy:
matrix: matrix:
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x] go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Go - name: Install Go

View File

@ -15,7 +15,7 @@ jobs:
name: go test name: go test
strategy: strategy:
matrix: matrix:
go-version: [1.13.x, 1.14.x, 1.15.x] go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Go - name: Install Go