Skip to content

Commit

Permalink
[release-16.0] Do not fail build on incorrect Go version (#12809) (#1…
Browse files Browse the repository at this point in the history
…2812)

* Do not fail build on incorrect Go version

Signed-off-by: Florent Poinsard <[email protected]>

* Remove misleading message in build.env

Signed-off-by: Florent Poinsard <[email protected]>

---------

Signed-off-by: Florent Poinsard <[email protected]>
Co-authored-by: Florent Poinsard <[email protected]>
  • Loading branch information
vitess-bot[bot] and frouioui authored Apr 12, 2023
1 parent 702cb2f commit b04c38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
source ./tools/shell_functions.inc

go version >/dev/null 2>&1 || fail "Go is not installed or is not in \$PATH. See https://vitess.io/contributing/build-from-source for install instructions."
goversion_min 1.20.3 || fail "Go version reported: `go version`. Version 1.20.3+ required. See https://vitess.io/contributing/build-from-source for install instructions."
goversion_min 1.20.3 || echo "Go version reported: `go version`. Version 1.20.3+ recommended. See https://vitess.io/contributing/build-from-source for install instructions."

mkdir -p dist
mkdir -p bin
Expand Down

0 comments on commit b04c38d

Please sign in to comment.