-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
run integration tests |
1 similar comment
run integration tests |
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.
Please add go 1.7.6 to travis.yaml.
run integration tests |
@@ -4,7 +4,7 @@ services: | |||
language: go | |||
sudo: required | |||
go: | |||
- 1.7 | |||
- 1.7.x |
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.
Is it OK for you to have different version of golang in Travis and in Integration Tests?
We should rather have the same version everywhere, so we should pick just one from:
a) Latest minor wildcard
b) Specific version
Currently, we have both :(
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.
@skonefal - I assume that we should be running latest version from chosen branch anyway and this approach allows to do so. If we were to add similar automation to vagrant provisioning then we would have to code it or use gimme
as Travis does.
Side note: 1.7.6 was not available on Travis last night.
run integration tests |
Fixes issue of using insecure Go version.
Summary of changes:
Testing done: