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

renovate: fix renovate upgrade of Go toolchain #1579

Merged
merged 1 commit into from
Oct 11, 2023

Commits on Oct 11, 2023

  1. renovate: fix renovate upgrade of Go toolchain

    PR #1536 broke "renovate update Go toolchain in a single PR" from #1259
    because in the actual state it could only bump the go directive from
    minor versions, not bumping the patch needed by the workflows github
    actions reading that version.
    
    From cilium/cilium@2f7e2f3:
    According to [1] as of Go 1.21 we either need to specify the full
    toolchain version in the `go` directive or add a `toolchain` directive
    with the concrete toolchain version. Opt for the former and make sure
    it's kept up to date by renovate bot.
    
    [1] golang/go#62278 (comment)
    
    Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
    mtardy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    44d62ec View commit details
    Browse the repository at this point in the history