From 686528d6274f8952619e6b60097218d8cd00305f Mon Sep 17 00:00:00 2001 From: Nanda Lopes Date: Wed, 27 Jan 2021 23:43:15 -0300 Subject: [PATCH] BUILD.md: Update Go version requirement (#2332) src/options.go:463:9: undefined: strings.ReplaceAll note: module requires Go 1.13make: *** [Makefile:122: target/fzf-linux_amd64] Erro 2 --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 711228d..8c318f4 100644 --- a/BUILD.md +++ b/BUILD.md @@ -6,7 +6,7 @@ Build instructions ### Prerequisites -- Go 1.11 or above +- Go 1.13 or above ### Using Makefile