Skip to content

Commit

Permalink
hacks for go1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Dec 7, 2017
1 parent a128327 commit 9292a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/lib/util/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ function os::golang::verify_go_version() {
if [[ "${go_version[2]}" != go1.8* ]]; then
os::log::info "Detected go version: ${go_version[*]}."
if [[ -z "${PERMISSIVE_GO:-}" ]]; then
os::log::fatal "Please install Go version ${OS_REQUIRED_GO_VERSION} or use PERMISSIVE_GO=y to bypass this check."
os::log::warning "Please install Go version ${OS_REQUIRED_GO_VERSION} or use PERMISSIVE_GO=y to bypass this check."
return 0
else
os::log::warning "Detected golang version doesn't match required Go version."
os::log::warning "This version mismatch could lead to differences in execution between this run and the CI systems."
Expand Down

0 comments on commit 9292a8c

Please sign in to comment.