From 3fa133a84d23b69923df76605bb8ed24ab020fad Mon Sep 17 00:00:00 2001 From: Mikhail Faraponov <11322032+moredure@users.noreply.github.com> Date: Thu, 17 Mar 2022 15:31:08 +0200 Subject: [PATCH] Add go1.18 to test matrix --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bf3524d4..f8c472832 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,9 @@ jobs: import json go = [ # Keep the most recent production release at the top - '1.17', + '1.18', # Older production releases + '1.17', '1.16', '1.15', '1.14',