use go 1.12 as latest version - forced by gorm

This commit is contained in:
Pavel 2019-09-19 14:41:05 +03:00
parent 884cb53815
commit 318d8375ce
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ language: go
env: env:
- GO111MODULE=on - GO111MODULE=on
go: go:
- '1.11'
- '1.12' - '1.12'
- '1.13' - '1.13'
before_install: before_install:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/retailcrm/mg-transport-core module github.com/retailcrm/mg-transport-core
go 1.11 go 1.12
require ( require (
github.com/DATA-DOG/go-sqlmock v1.3.3 github.com/DATA-DOG/go-sqlmock v1.3.3