From 90b9fdd531fca8e64c77950aaf35d898722c0020 Mon Sep 17 00:00:00 2001 From: rekby Date: Tue, 20 Aug 2019 00:39:52 +0300 Subject: [PATCH] switch to go 1.10 for prevent memory leak on windows 2008 without r2 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cee969a0..cc1192bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ addons: - dos2unix go: - - "1.12.4" + - "1.10" services: - docker @@ -42,4 +42,3 @@ deploy: api_key: $GITHUB_TOKEN file_glob: true file: output/* -