diff --git a/.circleci/config.yml b/.circleci/config.yml index bf7a1dda9..c9b099fe4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ jobs: unit: executor: name: go/default - tag: '1.14' + tag: '1.15' steps: - checkout - *mktestdir diff --git a/go.mod b/go.mod index 8c6af9ea6..c726934b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/facebook/ent -go 1.14 +go 1.15 require ( github.com/DATA-DOG/go-sqlmock v1.5.0