Skip to content

Commit

Permalink
CherryPick(vitessio#12809): Do not fail build on incorrect Go version (
Browse files Browse the repository at this point in the history
…vitessio#1789)

* cherry pick of 12809

Signed-off-by: Vitess Cherry-Pick Bot <[email protected]>

* Fix conflicts

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

---------

Signed-off-by: Vitess Cherry-Pick Bot <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Co-authored-by: Vitess Cherry-Pick Bot <[email protected]>
Co-authored-by: Florent Poinsard <[email protected]>
  • Loading branch information
3 people authored Apr 6, 2023
1 parent fd6fa2c commit 4b3dbb2
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.1 || fail "Go version reported: `go version`. Version 1.20.1+ required. See https://vitess.io/contributing/build-from-source for install instructions."
goversion_min 1.20.1 || echo "Go version reported: `go version`. Version 1.20.1+ required. See https://vitess.io/contributing/build-from-source for install instructions."

mkdir -p dist
mkdir -p bin
Expand Down

0 comments on commit 4b3dbb2

Please sign in to comment.