From 85bde151c03b7d2563e469ed960f3cb871fb7023 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Sun, 7 Mar 2021 17:52:42 +0900 Subject: [PATCH] add Go 1.16 to the build matrix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99cf896a9..886002143 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,12 +19,12 @@ jobs: - name: list id: set-matrix run: | - from __future__ import print_function import json go = [ # Keep the most recent production release at the top - '1.15', + '1.16', # Older production releases + '1.15', '1.14', '1.13', '1.12',