Skip to content
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 online go version #40

Merged
merged 5 commits into from
May 15, 2019
Merged

Update online go version #40

merged 5 commits into from
May 15, 2019

Conversation

micahlee
Copy link
Contributor

Connected to #39

This PR:

  • Updates the Go version for the online buildpack to 1.12.4 (1.12.5 is not yet from the CloudFoundry buildpacks repository).

  • Fixes the integration tests to ensure the online buildpack is passing.

  • Updates CONTRIBUTING.md to include instructions for updating Go for conjur-env.

jtuttle
jtuttle previously approved these changes May 15, 2019
@@ -50,6 +50,13 @@ This will automatically update go.mod and go.sum.

Commit your changes, and the next time `./package.sh` is run the `vendor/conjur-env` directory will be created with updated dependencies.

When upgrading the version of Go for `conjur-env`, both the pre-built offline version and online version need to be
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kind of unfortunate. Is there any way we can tie these together? Like maybe have a GO_VERSION file that they both source from and automatically get the hash somehow? Not sure if you can parameterize a Dockerfile like that but it might be worth considering.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure, but it's a good idea. I've created an issue to look into iterating on this here: #41

@micahlee micahlee merged commit 29847e3 into master May 15, 2019
@ghost ghost removed the implementing label May 15, 2019
@micahlee micahlee deleted the update-online-go-version branch May 15, 2019 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants