mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-22 13:16:04 +03:00
test on newer golang versions
This commit is contained in:
parent
20dd81c489
commit
94b7f17c6c
@ -1,9 +1,11 @@
|
|||||||
language: go
|
language: go
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
go:
|
go:
|
||||||
- '1.8'
|
|
||||||
- '1.9'
|
|
||||||
- '1.10'
|
- '1.10'
|
||||||
- '1.11'
|
- '1.11'
|
||||||
|
- '1.12'
|
||||||
|
- '1.13'
|
||||||
before_install:
|
before_install:
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user