From 380669a48f9b2901efa625b38bd4d7999acc872d Mon Sep 17 00:00:00 2001 From: Levi Sky Date: Mon, 5 Oct 2020 13:25:04 -0700 Subject: [PATCH] Explicitly pin to highest and lowest supported versions of the SDK. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a90e02..144ab8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - 1.13 - - tip + - 1.15 install: - go build