Update the Go version to 1.16 in the CI

This commit is contained in:
sergystepanov 2021-02-17 13:58:38 +03:00 committed by Sergey Stepanov
parent 5de666d4af
commit 55208e59d3
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.16
- name: Get Linux dev libraries and tools
if: matrix.os == 'ubuntu-latest'