From ffd46c256c93dd4eae29ce2221bc69482c5c7e6b Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sun, 18 Oct 2020 09:21:29 -0500 Subject: [PATCH] Run specs on go1.15 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b23c8fd..8d8f13d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,10 @@ addons: postgresql: "9.6" go: - - "1.11" - "1.12" - "1.13" - "1.14" + - "1.15" before_install: - ./script/check_formatting.sh