From c28a69dec8dedce4b4c0de2d826458e77308b3b8 Mon Sep 17 00:00:00 2001 From: Zhaoqi Tong Date: Tue, 21 Nov 2023 01:43:23 +0800 Subject: [PATCH] feat(ci): go 1.21.x for matrix testing --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c13be08..0b73127 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.18.x', '1.19.x', '1.20.x' ] + go: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x' ] steps: - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v4