From bb105aef388f0847b806a5c9c2c2bca39a2df2b2 Mon Sep 17 00:00:00 2001 From: Christoph Petrausch Date: Mon, 22 Feb 2021 19:24:20 +0100 Subject: [PATCH] Test on golang 1.16.x --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28abdf4..55ee9e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: test: strategy: matrix: - go-version: [1.14.x, 1.15.x] + go-version: [1.14.x, 1.15.x, 1.16.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: