From bbb7b281109dbdbac239c29b8c2d3ecb9e550f77 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 26 Nov 2019 13:32:33 -0500 Subject: [PATCH] Bump Travis build to Go 1.12 This fixes the `undefined: strings.ReplaceAll` build error. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e58d6b..c2ebadb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.11.x" + - "1.12.x" env: - GO111MODULE=on