-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bump golang from 1.22.2-bookworm to 1.22.3-bookworm in /go_modules #9733
Conversation
Any way this can be expedited? Don't like being without a working dependabot for this long... |
These changes have been approve, can we have them landed? Dependabot is currently broken on Go codebases using the latest version of Go. |
Note: This will need to be done again next Tuesday when Go 1.22.4 is released. |
@rickardgranberg @TomSellers What error are you seeing? In #9435 I put back the auto-download behavior in the Go CLI so it should be working even though Dependabot isn't running the latest Go. We're seeing Dependabot PRs flowing on the Dependabot CLI even though it's on Go 1.22.3: dependabot/cli#326 So if you're seeing an error I'd love to fix the root cause, keeping up with Go releases is not a great long-term solution. |
#9701 is now merged, but again if you're seeing an error because of this please file an issue. I'd love to make it not necessary to keep up with the releases so closely! |
I know this is closed, but this is the error I'm seeing:
The error is seen in a repo where there's a dependency on a module that has Hope this helps. |
Similar to PRs #8374 and #8548, this allows Dependabot to function when used against Go projects that require Go 1.22.3.
Go 1.22.3 addresses some security issues. I have verified that the docker image exists.
Reference: