diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 67dc365..488f14b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19] + go: [1.16, 1.17, 1.18, 1.19] include: - os: ubuntu-latest go-build: ~/.cache/go-build