-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add go version check to build script. #621
add go version check to build script. #621
Conversation
f6b526e
to
1b3fc43
Compare
1b3fc43
to
29700b5
Compare
/assign @wking |
This is useful because build process would fail with a more understandable error message. Presently on needs to search about the failure message to figure out that go version is the issue. |
/lgtm |
8e4a725
to
47386f8
Compare
without using Bug opened koalaman/shellcheck#1408 /hold |
47386f8
to
be327ca
Compare
e2fc295
to
7ce9f6d
Compare
/hold cancel |
7ce9f6d
to
b9f5510
Compare
/lgtm |
/test e2e-aws |
3 similar comments
/test e2e-aws |
/test e2e-aws |
/test e2e-aws |
/approve |
b9f5510
to
e9d6a99
Compare
/test e2e-aws |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akostadinov, crawford, droslean The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Adds a version check before continuing the build process.
related to #579
closes #619