From e2ad3701c0deb861dbe115f5c111f5f8b19bbd25 Mon Sep 17 00:00:00 2001 From: Hedzr Yeh Date: Sun, 12 Feb 2023 12:04:10 +0800 Subject: [PATCH] added test/cov for new golang compiler --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c989b3d..04f45e7 100755 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.11.x, 1.17.x ] + go-version: [ 1.11.x, 1.17.x, 1.20.x ] #os: [ubuntu-latest, macos-latest, windows-latest] os: [ ubuntu-latest ] fail-fast: false @@ -46,7 +46,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.17.x + go-version: 1.20.x - name: Checkout code uses: actions/checkout@v2 #with: