From f190cf77f9a5c28c20730126a1e7d0bda5b75dca Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 21 Mar 2020 10:06:50 -0400 Subject: [PATCH] Bump to go 1.14 --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f21c4ef..8a2fedf 100644 --- a/zshrc +++ b/zshrc @@ -121,7 +121,7 @@ if [[ -f ~/.cargo/env ]]; then fi if gimme --version &>/dev/null; then - eval "$(gimme '1.13.x')" 2>/dev/null + eval "$(gimme '1.14.x')" 2>/dev/null export GOPATH="$HOME/go" fi