forked from mirror/client_golang
Support go 1.15
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
c650ae9fa1
commit
8e5b4c249f
|
@ -74,5 +74,9 @@ workflows:
|
||||||
name: go-1-14
|
name: go-1-14
|
||||||
go_version: "1.14"
|
go_version: "1.14"
|
||||||
run_lint: true
|
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.
|
# Style is only checked against the latest supported Go version.
|
||||||
run_style: true
|
run_style: true
|
||||||
|
|
Loading…
Reference in New Issue