From c09ce153e91d50fc6d8a0519412348ad2205e26f Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 11 Dec 2020 20:41:44 +1000 Subject: [PATCH] Fix CI --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7a4fb9a..3f32663 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,12 +10,12 @@ jobs: name: Build and Test strategy: matrix: - go-version: [1.12.x, 1.13.x, 1.14.l, 1.15.xx] + go-version: [1.12.x, 1.13.x, 1.14.l, 1.15.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Setup Go ${{ matrix.go-version }} - uses: actions/setup-go@v1 + uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }} id: go