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

64 Fix goconvey build issues #65

Merged
merged 2 commits into from
Apr 27, 2020
Merged

64 Fix goconvey build issues #65

merged 2 commits into from
Apr 27, 2020

Conversation

sgnn7
Copy link
Contributor

@sgnn7 sgnn7 commented Apr 27, 2020

Goconvey testing library that we use in this project depends on smartystreets/assertions which recently started using API from Golang v1.13. This is a breaking change and has made our builds fail.

This PR also upgrades goconvey to latest version and has go mod tidy run

Fixes #64

@sgnn7 sgnn7 force-pushed the 64-fix-goconvey-build-issues branch from 506ef41 to 07a4762 Compare April 27, 2020 19:31
@sgnn7 sgnn7 marked this pull request as ready for review April 27, 2020 19:36
diverdane
diverdane previously approved these changes Apr 27, 2020
Copy link

@diverdane diverdane left a comment

Choose a reason for hiding this comment

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

Just a quick check that the unreleased CHANGELOG.md entry for Converted test container to Golang 1.13 is a user-visible change that needs tracking?

Otherwise, LGTM!

@sgnn7
Copy link
Contributor Author

sgnn7 commented Apr 27, 2020

@diverdane Good point - let me undo that part

sgnn7 added 2 commits April 27, 2020 14:51
Goconvey depends on smartystreets/assertions which now requires v1.13 of
Golang to even run. This change ensures that we have a minimum baseline
to run the tests.
This upgrade was needed due to failures in goconvey when running the
tests: smartystreets/goconvey#559

`go mod tidy` was used to clean thigs up in the modules metadata.
@sgnn7 sgnn7 force-pushed the 64-fix-goconvey-build-issues branch from 07a4762 to 54d205c Compare April 27, 2020 19:51
Copy link

@diverdane diverdane left a comment

Choose a reason for hiding this comment

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

LGTM!

@sgnn7 sgnn7 merged commit 786ff07 into master Apr 27, 2020
@sgnn7 sgnn7 deleted the 64-fix-goconvey-build-issues branch April 27, 2020 19:57
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.

Fix build issues with goconvey
2 participants