From ee2ad57836d61f3f94ad57113dc67ef4179b10fe Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 7 Jun 2019 21:15:23 +0300 Subject: [PATCH] add go 1.12.x on the travis Former-commit-id: 2e2d6533f2ce0aac13bd789a888b82a0cd467a81 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a1912a50..3c42b19e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go: - 1.9.x - 1.10.x - 1.11.x + - 1.12.x go_import_path: github.com/kataras/iris # we disable test caching via GOCACHE=off # env: