From 9172eb0f9086d7a0d2f930977d44cbec13c5c7ac Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 11 Dec 2020 20:43:56 +1000 Subject: [PATCH] Fix CI (again) --- .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 3f32663..036baf8 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.l, 1.15.x] + go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: