Browse Source

upgrade travis to golang 1.11

tags/v0.12.0
Shivaram Lingamneni 5 years ago
parent
commit
0362269215
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -1,7 +1,7 @@
1 1
 language: go
2 2
 
3 3
 go:
4
-    - "1.10.x"
4
+    - "1.11.x"
5 5
 
6 6
 install: make deps
7 7
 

Loading…
Cancel
Save