Skip to content

Commit

Permalink
lower the build version requirement to allow static checks to pass
Browse files Browse the repository at this point in the history
Signed-off-by: 'Stanislav Maksimov' <[email protected]>
  • Loading branch information
maksimov committed Jun 15, 2023
1 parent c02c548 commit e770226
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.19.10 || fail "Go version reported: `go version`. Version 1.19.10+ required. See https://vitess.io/contributing/build-from-source for install instructions."
goversion_min 1.18.7 || fail "Go version reported: `go version`. Version 1.18.7+ required. See https://vitess.io/contributing/build-from-source for install instructions."

mkdir -p dist
mkdir -p bin
Expand Down

0 comments on commit e770226

Please sign in to comment.