Browse Source

explicitly specify 1.14rc1 for now

tags/v2.0.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
dd25ed391b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

1
 language: go
1
 language: go
2
 
2
 
3
 go:
3
 go:
4
-    - "1.14.x"
4
+    - "1.14rc1"
5
 
5
 
6
 script:
6
 script:
7
 - make
7
 - make

Loading…
Cancel
Save