From 2f66a86dc91b0218524d7bdf76a021751ae98773 Mon Sep 17 00:00:00 2001 From: John Barton Date: Fri, 24 Sep 2021 20:38:24 +1000 Subject: [PATCH] Update go versions to test against --- .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 6f91de3..26cef60 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.17', '1.16', '1.15', '1.14' ] os: [ ubuntu-latest, macOS-latest, windows-latest ] name: ${{ matrix.os }} Go ${{ matrix.go }} Tests steps: