-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use 1.21.0
instead of 1.21
as module version
#39
Conversation
It seems that /hold |
from v3.4.1 to v3.4.5 [email protected] contains a fix for incu6us/goimports-reviser#129.
ac1afd5
to
d7cb55e
Compare
/unhold [email protected] contains a fix for the issue described in #39 (comment). d7cb55e does a temporary patch to update the goimports-reviser to v3.4.5. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 78bd811a02a71c4547d35803ebb5067396718f5a
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ialidzhikov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
How to categorize this PR?
/kind bug
What this PR does / why we need it:
Currently dependabot fails with:
See dependabot/dependabot-core#7895 and golang/go#62278.
It seems that with go1.21 it is no longer possible to have
X.Y
as module version - see golang/go#62278 (comment).Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
N/A
Release note: