Explorar el Código

Merge pull request #431 from slingamn/issue406

upgrade golang to 1.12, fixes #406
tags/v1.1.0-rc1
Daniel Oaks hace 5 años
padre
commit
8bcb4041a0
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -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…
Cancelar
Guardar