From 1c791932db4093404fb38a6c2a6b95847d1a3faf Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 26 Oct 2019 19:00:22 +0300 Subject: [PATCH] travis: go_import_path with version suffix Former-commit-id: 6fbaca2031783443b8d4a924d68878993708091e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ceac854..f31703ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - osx go: - 1.13.x -go_import_path: github.com/kataras/iris +go_import_path: github.com/kataras/iris/v12 env: global: - GO111MODULE=on