From e1fe2267bc56e57ceeaf1bf8dfb322d16c4b5f95 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:37:01 +0300 Subject: [PATCH] go: bump go version to 1.15 (#674) --- .circleci/config.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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