go: bump go version to 1.15 (#674)

This commit is contained in:
Ariel Mashraki
2020-08-18 11:37:01 +03:00
committed by GitHub
parent fd0a7f9f02
commit e1fe2267bc
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
unit: unit:
executor: executor:
name: go/default name: go/default
tag: '1.14' tag: '1.15'
steps: steps:
- checkout - checkout
- *mktestdir - *mktestdir

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/facebook/ent module github.com/facebook/ent
go 1.14 go 1.15
require ( require (
github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/DATA-DOG/go-sqlmock v1.5.0