From 06bf2d6190cad19fb43e8980c57503ee2edf4367 Mon Sep 17 00:00:00 2001 From: John Barton Date: Thu, 2 Feb 2023 12:05:32 +1100 Subject: [PATCH] Update CI to test go 1.20 (#201) --- .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 1aef374..952f872 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - go: [ '1.19', '1.18', '1.17', '1.16', '1.15' ] + go: [ '1.20', '1.19', '1.18', '1.17', '1.16' ] os: [ ubuntu-latest, macOS-latest, windows-latest ] name: ${{ matrix.os }} Go ${{ matrix.go }} Tests steps: