Merge pull request #792 from roidelapluie/go115

Support go 1.15
This commit is contained in:
Björn Rabenstein 2020-08-17 20:24:24 +02:00 committed by GitHub
commit aea1b33289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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