diff options
| author | Nanda Lopes <nandalopes@gmail.com> | 2021-01-27 23:43:15 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-28 11:43:15 +0900 |
| commit | 686528d6274f8952619e6b60097218d8cd00305f (patch) | |
| tree | 4c20c77e41a78009b751c6411e6027c6051e0010 /BUILD.md | |
| parent | 3afa920151ed0fc8aaa245171317363dc9e4b9d9 (diff) | |
| download | fzf-686528d6274f8952619e6b60097218d8cd00305f.tar.gz | |
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
Diffstat (limited to 'BUILD.md')
| -rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Build instructions ### Prerequisites -- Go 1.11 or above +- Go 1.13 or above ### Using Makefile |
