diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f474b15..425b2f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,12 +12,12 @@ jobs: name: Build strategy: matrix: - go-versions: [1.12.x, 1.13.x, 1.14.x] - platform: [ubuntu-latest] + go-versions: [1.13.x, 1.15.x, 1.16.x] + platform: [ubuntu-20.04] runs-on: ${{ matrix.platform }} steps: - name: Install Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }}