[#335] ci: Add tests for Go 1.17

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-08-26 14:17:57 +03:00 committed by Alex Vanin
parent 456dc5d7e9
commit aad43354de

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
go: [ '1.14.x', '1.15.x', '1.16.x' ] go: [ '1.16.x', '1.17.x' ]
steps: steps:
- name: Setup go - name: Setup go
uses: actions/setup-go@v2 uses: actions/setup-go@v2