From 1e1ed3220773273780175d10e4eb139c8d63a0a3 Mon Sep 17 00:00:00 2001 From: John Barton Date: Fri, 27 Jan 2023 13:07:07 +1100 Subject: [PATCH] Test against go 1.19 too --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c740ad0..1aef374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - go: [ '1.18', '1.17', '1.16', '1.15' ] + go: [ '1.19', '1.18', '1.17', '1.16', '1.15' ] os: [ ubuntu-latest, macOS-latest, windows-latest ] name: ${{ matrix.os }} Go ${{ matrix.go }} Tests steps: