[#766] Add latest go1.17 tests

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/fyrchik/meta-pebble
Alex Vanin 2021-08-24 13:50:29 +03:00 committed by Alex Vanin
parent 4b7cc6e293
commit b2facf5055
1 changed files with 1 additions and 1 deletions

View File

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