From d9ab0ac5b2ce84de5ceb163f1b31fc674e22ed59 Mon Sep 17 00:00:00 2001 From: Cory Jacobsen Date: Mon, 26 Apr 2021 07:43:17 -0600 Subject: [PATCH] Add 1.16 to test runner --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1ab8584..df34741 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - go-version: [1.14.x, 1.15.x] + go-version: [1.14.x, 1.15.x, 1.16.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: