diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 107635a..a741014 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go_version: [ '1.12', '1.13', '1.14' ] + go_version: [ '1.13', '1.14', '1.15', '1.16', '1.17' ] steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v1