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

Fix/Qb-1632: App hash different between build with go1.18 & go1.19 #222

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

Xiong-stratos
Copy link
Contributor

Go1.19 rewrite the sort functions.
The order of sorted results will be different between go1.18 & go1.19 if the values of the compared elements are equal.

Import new type introduced by go1.19, forcing to build with go1.19.

@alexstratos alexstratos merged commit f925a6d into dev Feb 21, 2023
@alexstratos alexstratos deleted the qb-1632_apphash_diff branch February 21, 2023 15:49
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