-
Notifications
You must be signed in to change notification settings - Fork 748
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
v3.0.0 import path major version mismatch #4030
Comments
I just noticed this MR that is fixing the issue already. |
We realized this just after cutting the release. v3.0.1 will be released today with the fix. I've added the retract statement to fix the import toolchain. Impressed you noticed this so quickly. Is this a bot? |
We have a notification for new prebid-server releases. While trying to upgrade this morning I noticed the issue. |
Addressed in v3.1.0. |
github-project-automation
bot
moved this from Triage
to Done
in Prebid Server Prioritization
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is currently impossible to import version v3.0.0 of the package because of mismatch with the import path.
The go toolchain enforces the major version number to match with the import path. I suggest the following changes:
go.mod:
Everywhere else:
You then need to invalidate the current v3.0.0 tag by editing the
go.mod
:Go docs :
The text was updated successfully, but these errors were encountered: