From 8747cc8bb1337583e7d95a1697b951ea1bb129f0 Mon Sep 17 00:00:00 2001 From: George Blue Date: Wed, 3 Aug 2022 09:58:59 +0100 Subject: [PATCH] test: add new Go 1.19 to test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fa4ab9f9..816cf4e0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ '1.17', '1.18' ] + version: [ '1.17', '1.18', '1.19' ] name: Go ${{ matrix.version }} steps: - uses: actions/setup-go@v2