Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Go 1.7.6 #700

Merged
merged 1 commit into from
May 25, 2017
Merged

Go 1.7.6 #700

merged 1 commit into from
May 25, 2017

Conversation

iwankgb
Copy link
Collaborator

@iwankgb iwankgb commented May 24, 2017

Fixes issue of using insecure Go version.

Summary of changes:

  • Go version updated

Testing done:

  • all existing tests should pass.

@iwankgb
Copy link
Collaborator Author

iwankgb commented May 24, 2017

run integration tests

1 similar comment
@iwankgb
Copy link
Collaborator Author

iwankgb commented May 24, 2017

run integration tests

Copy link
Contributor

@skonefal skonefal left a 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.

@iwankgb
Copy link
Collaborator Author

iwankgb commented May 24, 2017

run integration tests

@@ -4,7 +4,7 @@ services:
language: go
sudo: required
go:
- 1.7
- 1.7.x
Copy link
Contributor

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 :(

Copy link
Collaborator Author

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.

@skonefal
Copy link
Contributor

run integration tests

@skonefal skonefal merged commit 7e5eb51 into intelsdi-x:master May 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants