diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af4d753..e0a6260 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'] + go: ['1.14', '1.15', '1.16'] env: VERBOSE: 1 GOFLAGS: -mod=readonly