ci: add Go 1.16 to build matrix

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-03-15 09:12:23 +01:00 committed by Márk Sági-Kazár
parent fb4eafdd97
commit 52536944d5

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
go: ['1.14', '1.15'] go: ['1.14', '1.15', '1.16']
env: env:
VERBOSE: 1 VERBOSE: 1
GOFLAGS: -mod=readonly GOFLAGS: -mod=readonly