summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNanda Lopes <nandalopes@gmail.com>2021-01-27 23:43:15 -0300
committerGitHub <noreply@github.com>2021-01-28 11:43:15 +0900
commit686528d6274f8952619e6b60097218d8cd00305f (patch)
tree4c20c77e41a78009b751c6411e6027c6051e0010
parent3afa920151ed0fc8aaa245171317363dc9e4b9d9 (diff)
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
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 711228d3..8c318f41 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