From e24f1948eb0c1568ad389e5420c3c121ede31ab3 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 5 Oct 2019 22:33:43 +0300 Subject: [PATCH] let's see if travis accepts go 1.13 with the current import path. Former-commit-id: 02feee620655d8f4580cf1916c2d4dacaae03346 --- .github/workflows/go.yml | 4 ++-- .travis.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dfb256aa..e3880a56 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.12 + - name: Set up Go 1.13 uses: actions/setup-go@v1 with: - version: 1.12 + go-version: 1.13 id: go - name: Check out code into the Go module directory diff --git a/.travis.yml b/.travis.yml index 90064caf..4ceac854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: - linux - osx go: - - 1.12.x + - 1.13.x go_import_path: github.com/kataras/iris env: global: