-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update to Golang 1.9.2 #5569
Update to Golang 1.9.2 #5569
Conversation
jenkins, package it |
@@ -9,7 +9,7 @@ MAINTAINER Tudor Golubenco <tudor@elastic.co> | |||
|
|||
# Configure the root Go distribution and bootstrap based on it | |||
RUN \ | |||
export ROOT_DIST="https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz" && \ | |||
export ROOT_DIST="https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz" && \ | |||
export ROOT_DIST_SHA1="838c415896ef5ecd395dfabde5e7e6f8ac943c8e" && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure the SHA1 sums need updated too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point. updated both. Also renamed the directory which is called 1.8.3
.
jenkins, package it |
Testing packaging locally ... |
Run the packaging locally and it seems to work as expected. |
jenkins, test it |
jenkins, retest it |
Build currently fails with
|
jenkins, retest it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐹
No description provided.