From 408ed881e84177a10e8901e4e25a3ef39a94bc10 Mon Sep 17 00:00:00 2001 From: Alexander Diana Date: Thu, 10 Aug 2023 22:21:24 +0000 Subject: [PATCH] try to get travis to use go 1.21 again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a75dca88..2ae5ab344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ dist: jammy language: go go: - - 1.20 + - 1.21 go_import_path: github.com/tidepool-org/platform