From bb16218f52e5fa9457608ba37b83fcc9fe4489f2 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Sat, 29 Jun 2019 05:00:20 +0000 Subject: [PATCH] Travis: Set Go 1.12.5 as release version This is the version Tor is currently using with rbm. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dce19a4..935171d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ env: # GITHUB_TOKEN for automatic releases - secure: "at1oJs7ib7glx3W+zk+OkT041LdknVXirIhN403CIihVUrlOhODY7yCTgvF4Rk0jYBJiT35Q2qxpgfWF2qGnsNsQmjG3ydDWQDCepDc/CgXfLyoiSTJK5vTK72dYWTVsBTycXbj1CbSy2X2ah/KWjc4RcgZ67ER7mDpRU5nFeow=" # Set this to the Go version to use for releases (must appear in version list above). - - RELEASE_GO_VERSION="1.10.3" + - RELEASE_GO_VERSION="1.12.5"