diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0fe74f1..23322ff 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] + go-version: [1.14.x, 1.15.x, 1.16.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: