From 4234e1ba2f7d9fef25f884f6aa58dc03dcde894f Mon Sep 17 00:00:00 2001 From: Michael Li Date: Fri, 26 Jan 2024 01:54:39 +0800 Subject: [PATCH] github ci add go1.21.x --- .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 6ec30dd..7e72232 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,7 +42,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.19.x, 1.20.x ] + go-version: [1.19.x, 1.20.x, 1.21.x ] platform: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.platform }} steps: @@ -61,7 +61,7 @@ jobs: name: TestOnWindows strategy: matrix: - go-version: [ 1.19.x, 1.20.x ] + go-version: [ 1.19.x, 1.20.x, 1.21.x ] platform: [ windows-latest ] runs-on: ${{ matrix.platform }} steps: