From 96b5f9427acfde4b2636f425c2e03dab6655cdb5 Mon Sep 17 00:00:00 2001 From: roeldev Date: Sun, 11 Feb 2024 20:22:04 +0100 Subject: [PATCH] Add go 1.20 to test workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f550b68..5b5f87b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: test: strategy: matrix: - go-version: ["stable", "oldstable", 1.19.x, 1.18.x, 1.17.x, 1.16.x, 1.15.x, 1.14.x, 1.13.x] + go-version: ["stable", "oldstable", 1.20.x, 1.19.x, 1.18.x, 1.17.x, 1.16.x, 1.15.x, 1.14.x, 1.13.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }}