diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 41197dc..9c219da 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,11 +7,9 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] go-version: - - '1.10' - - '1.11' - - '1.12' - - '1.13' - - '1.14' + - '1.12.x' + - '1.13.x' + - '1.14.x' runs-on: ${{ matrix.os }} steps: - name: Set up Go ${{ matrix.go-version }}