From 7e3d72c24f96d33a89889b0f441b2b76367bd0e7 Mon Sep 17 00:00:00 2001
From: James Mills <prologic@shortcircuit.net.au>
Date: Tue, 8 Jun 2021 22:55:06 +1000
Subject: [PATCH] Update Go versions to build/test against in CI to 1.14, 1.15
 and 1.16

---
 .github/workflows/go.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 0fe74f1..23322ff 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
     name: Build and Test
     strategy:
       matrix:
-        go-version: [1.12.x, 1.13.x]
+        go-version: [1.14.x, 1.15.x, 1.16.x]
         platform: [ubuntu-latest, macos-latest]
     runs-on: ${{ matrix.platform }}
     steps: