From 45d19cda250422903345a81e7f330b1c84ae0143 Mon Sep 17 00:00:00 2001 From: kiyon Date: Tue, 23 Feb 2021 16:36:59 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88149107..baab82fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: Build: strategy: matrix: - go-version: [1.14.x, 1.15.x] + go-version: [1.14.x, 1.15.x, 1.16.x] platform: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -15,4 +15,5 @@ jobs: - name: Fetch Repository uses: actions/checkout@v2 - name: Run Test - run: go test ./... -v -race \ No newline at end of file + run: go test ./... -v -race +