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

Remove 1.11 hack #721

Merged
merged 3 commits into from
Oct 23, 2018
Merged

Remove 1.11 hack #721

merged 3 commits into from
Oct 23, 2018

Conversation

dbemiller
Copy link
Contributor

Yesterday I installed Go 1.11.1. A little while ago, a hack was introduced to work around a bug in Go 1.11 which was fixed in 1.11.1.

Unfortunately... that same hack makes the tests fail on 1.11.1. I haven't looked into it... but @zachbadgett said that compiler directives don't work on minor versions.

Since Go 1.11.1 exists now, I think the best we can do is remove this hack, update Travis to use Go 1.11.1, and document that the unit tests won't work in Go 1.11.

Copy link
Collaborator

@hhhjort hhhjort left a comment

Choose a reason for hiding this comment

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

LGTM

@hhhjort hhhjort merged commit fc70c53 into master Oct 23, 2018
@dbemiller dbemiller deleted the remove-1.11-hack branch October 23, 2018 14:54
katsuo5 pushed a commit to flux-dev-team/prebid-server-1 that referenced this pull request Dec 1, 2020
* Removed some of the 1.11 hacks and updated Travis to use Go 1.11.1.

* Made a note about Go 1.11 tests in the docs.
katsuo5 pushed a commit to flux-dev-team/prebid-server-1 that referenced this pull request Dec 2, 2020
* Removed some of the 1.11 hacks and updated Travis to use Go 1.11.1.

* Made a note about Go 1.11 tests in the docs.
katsuo5 pushed a commit to flux-dev-team/prebid-server-1 that referenced this pull request Dec 4, 2020
* Removed some of the 1.11 hacks and updated Travis to use Go 1.11.1.

* Made a note about Go 1.11 tests in the docs.
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