From d7b07c3fcdc5092efc8689c1dea17bc59b824efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20D=C3=B6tsch?= Date: Fri, 5 Aug 2022 11:29:18 +0200 Subject: [PATCH] also test go 1.19 (#336) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 063d6da2..3d89ae8e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: # https://github.com/actions/go-versions/blob/main/versions-manifest.json - go-version: [1.18.x] + go-version: [1.18.x, 1.19.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: