From 76d246ae25b0e765ae06981e3ffa12d6fb392400 Mon Sep 17 00:00:00 2001 From: John Barton Date: Sun, 12 Jun 2022 13:57:20 +1200 Subject: [PATCH] Add a few new go versions --- .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 2a96fc2..1265249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - go: [ '1.15', '1.14' ] + go: [ '1.18', '1.17', '1.16', '1.15' ] os: [ ubuntu-latest, macOS-latest, windows-latest ] name: ${{ matrix.os }} Go ${{ matrix.go }} Tests steps: