Skip to content

Commit 431edab

Browse files
committed
[ci][go] Remove go 1.11 and go 1.12 due to mod
- there is a go.13 in go.mod file
1 parent ffc3524 commit 431edab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ language: go
22
sudo: false
33

44
go:
5-
- "1.11"
6-
- "1.12"
5+
- "1.13"
76
- tip
87

98
env:

0 commit comments

Comments
 (0)