let's see if travis accepts go 1.13 with the current import path.

Former-commit-id: 02feee620655d8f4580cf1916c2d4dacaae03346
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-10-05 22:33:43 +03:00
parent 0d64779ee8
commit e24f1948eb
2 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Go 1.12 - name: Set up Go 1.13
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
version: 1.12 go-version: 1.13
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory

View File

@ -3,7 +3,7 @@ os:
- linux - linux
- osx - osx
go: go:
- 1.12.x - 1.13.x
go_import_path: github.com/kataras/iris go_import_path: github.com/kataras/iris
env: env:
global: global: