diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf19b1b..250abff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.14', '1.15', '1.16'] + go: ['1.17', '1.18'] env: VERBOSE: 1 GOFLAGS: -mod=readonly