Browse Source

Merge pull request #431 from slingamn/issue406

upgrade golang to 1.12, fixes #406
tags/v1.1.0-rc1
Daniel Oaks 5 years ago
parent
commit
8bcb4041a0
No account linked to committer's email address
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.11.x"
4
+    - "1.12.x"
5
 
5
 
6
 script:
6
 script:
7
 - make
7
 - make

Loading…
Cancel
Save