[#450] Add go1.16 in tests

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/KirillovDenis/release/v0.21.1
Alex Vanin 2021-03-30 17:45:03 +03:00 committed by Alex Vanin
parent 7880438cca
commit 576ed4075e
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.14.x', '1.15.x' ]
go: [ '1.14.x', '1.15.x', '1.16.x' ]
steps:
- name: Setup go
uses: actions/setup-go@v2