Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 6acb06b

Browse files
authored
Merge pull request #9 from chenrui333/patch-1
ci: add more golang cross checks
2 parents cc75fb6 + 3fecbfc commit 6acb06b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ language: go
44
go:
55
- 1.11.x
66
- 1.12.x
7+
- 1.13.x
8+
- 1.14.x
9+
- 1.15.x
10+
- 1.16.x
11+
- tip
712

813
env:
914
- GO111MODULE=on

0 commit comments

Comments
 (0)