From bb554f7ce2d516f6919721a9cba436a599e07b20 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Tue, 17 Oct 2023 17:05:38 +1030 Subject: [PATCH] ci: add go1.20 and go1.21 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 55af90d..4c92c73 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] + go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }}