diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c878b17..18692e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,8 +26,8 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest] - go: [1.13, 1.14, 1.15, 1.16, 1.17, 1.18] + os: [ubuntu-latest] + go: [1.14, 1.15, 1.16, 1.17, 1.18] include: - os: ubuntu-latest go-build: ~/.cache/go-build