diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1927bb03..a23f1677 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,8 @@ jobs: strategy: fail-fast: true matrix: - go_version: [1.11.x, 1.12.x, 1.13.x, master] + # go_version: [1.11.x, 1.12.x, 1.13.x, master] + go-version: [1.13.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: @@ -39,7 +40,8 @@ jobs: strategy: fail-fast: true matrix: - go_version: [1.11.x, 1.12.x, 1.13.x, master] + # go_version: [1.11.x, 1.12.x, 1.13.x, master] + go_version: [1.13.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: