diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index fdd8a41..afd85d0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - go: ['1.13.x', '1.14.x', '1.15.x'] + go: ['1.13.x', '1.14.x', '1.15.x', '1.16.x', '1.17.x'] steps: - name: Set up Go