mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
let's see if travis accepts go 1.13 with the current import path.
Former-commit-id: 02feee620655d8f4580cf1916c2d4dacaae03346
This commit is contained in:
parent
0d64779ee8
commit
e24f1948eb
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
go:
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
go_import_path: github.com/kataras/iris
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue
Block a user