From 12ea3b7e8b8ec9d4ff84f8caac4ea8d7b2d5c5ba Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Tue, 16 Mar 2021 15:42:19 -0400 Subject: [PATCH] Update max CI Golang version to 1.16.x --- .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 884264b..13f9a8e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] + go-version: [1.13.x, 1.15.x, 1.16.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: