diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9d03a106..eb770a40 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: name: Test & Build strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.15.x, 1.16.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: