Add Go 1.15 to the build matrix

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2020-09-09 22:32:07 +02:00
parent 9c7144ec1e
commit f26928cd87
No known key found for this signature in database
GPG key ID: 34CC109EB5ED1C2A

View file

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