-
Notifications
You must be signed in to change notification settings - Fork 124
chore(deps): bump golang from 1.23.3-alpine3.20 to 1.24.0-alpine3.20 #641
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
chore(deps): bump golang from 1.23.3-alpine3.20 to 1.24.0-alpine3.20 #641
Conversation
Bumps golang from 1.23.3-alpine3.20 to 1.24.0-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot merge |
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
A newer version of golang exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
You disabled discussions and close suggestions without a reply... |
Right, it's been a while since I checked on this PR. I'll probably rely on @dependabot to bump the versions once again once this is merged. Currently, I'm merely trying to get the tests to pass for Golang 1.24.x which changed the way the randomness is setup and the tests unfortunately make some assumptions there. 🙈 |
If it's a problem, why not disable it for the time being:
|
Don't kill the messenger, maybe there is no easy or permanent fix to this behavior change... eventually everyone affected will have to workaround or adapt 😅 |
9bfe201
to
e26dd37
Compare
…olang-1.24.0-alpine3.20
@dependabot merge |
@linki Just to be sure, you removed the toolchain on purpose? |
@reneleonhardt Yeah, kind of. I ran Do you know of any best practices for this thing? |
Hehe, you're asking the wrong person, usually when I contribute updates it adds the toolchain 😄 Those who do have a toolchain seem never to update it even if they enable Dependabot, that's the worst of course because all builds (including goreleaser) will respect the old version and produce probably insecure builds 😞 So the easiest way to "force" / enable the latest go version is to only provide the |
And regarding release artifacts and Docker images it's even worse, I would always recommend using the latest Go version (and OS version) to build binaries (even if they try to stay API compatible to |
Bumps golang from 1.23.3-alpine3.20 to 1.24.0-alpine3.20.
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @linki.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)