mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-04-02 21:06:15 +03:00
use go 1.12 as latest version - forced by gorm
This commit is contained in:
parent
884cb53815
commit
318d8375ce
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ language: go
|
|||
env:
|
||||
- GO111MODULE=on
|
||||
go:
|
||||
- '1.11'
|
||||
- '1.12'
|
||||
- '1.13'
|
||||
before_install:
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/retailcrm/mg-transport-core
|
||||
|
||||
go 1.11
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/DATA-DOG/go-sqlmock v1.3.3
|
||||
|
|
Loading…
Add table
Reference in a new issue