Skip to content

Commit 7f8d0dc

Browse files
fix go version
1 parent ed0b7fb commit 7f8d0dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22

33
go:
4-
- 1.10
5-
- 1.11
4+
- "1.10"
5+
- "1.11"
66
- tip
77

88
script: go test

0 commit comments

Comments
 (0)