Merge pull request #359 from fabiomargarido/go-minor-version

pull/361/head
Justin Hileman 2 months ago committed by GitHub
commit ec41294492
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -851,7 +851,7 @@ function __bobthefish_prompt_golang -S -a real_pwd -d 'Display current Go inform
set -l actual_go_version "0"
set -l high_enough_version "0"
if type -fq go
set actual_go_version (go version | string match -r 'go version go(\\d+\\.\\d+)' -g)
set actual_go_version (go version | string match -r 'go version go(\\d+\\.\\d+(?:\\.\\d+)?)' -g)
if printf "%s\n%s" "$gomod_version" "$actual_go_version" | sort --check=silent --version-sort
set high_enough_version "1"
end

Loading…
Cancel
Save