Support go 1.15

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-08-14 18:00:47 +02:00
parent c650ae9fa1
commit 8e5b4c249f
1 changed files with 4 additions and 0 deletions

View File

@ -74,5 +74,9 @@ workflows:
name: go-1-14
go_version: "1.14"
run_lint: true
- test:
name: go-1-15
go_version: "1.15"
run_lint: true
# Style is only checked against the latest supported Go version.
run_style: true