From 19478ff94d2621875c4b2a763c1a0e39b775f437 Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 2 Mar 2021 23:27:46 +1000 Subject: [PATCH] Drop support for Go 1.12 in CI --- .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 036baf8..bff3325 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, 1.14.x, 1.15.x] + go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: