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: