Browse Source

upgrade golang to 1.12, fixes #406

tags/v1.1.0-rc1
Shivaram Lingamneni 5 years ago
parent
commit
c16ff3cafd
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.11.x"
4
+    - "1.12.x"
5 5
 
6 6
 script:
7 7
 - make

Loading…
Cancel
Save