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

chore(deps): update go to v1.21.6 (v1.14) (minor) #30145

Merged
merged 4 commits into from
Jan 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
docker.io/library/golang stage minor 1.20.12 -> 1.21.6
docker.io/library/golang final minor 1.20.12 -> 1.21.6
go (source) minor 1.20.12 -> 1.21.6

Release Notes

golang/go (go)

v1.21.6

v1.21.5

v1.21.4

v1.21.3

v1.21.2

v1.21.1

v1.21.0

v1.20.13


Configuration

📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 9, 2024 10:25
@renovate renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Jan 9, 2024
@renovate renovate bot requested a review from borkmann January 9, 2024 10:25
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. labels Jan 9, 2024
@renovate renovate bot temporarily deployed to release-base-images January 9, 2024 10:25 Inactive
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Jan 9, 2024
@renovate renovate bot requested review from a team as code owners January 9, 2024 10:46
@renovate renovate bot requested review from glibsm and brlbil January 9, 2024 10:46
@renovate renovate bot changed the title chore(deps): update docker.io/library/golang:1.20.12 docker digest to 685846c (v1.14) chore(deps): update go to v1.21.6 (v1.14) (minor) Jan 10, 2024
@renovate renovate bot temporarily deployed to release-base-images January 10, 2024 16:39 Inactive
@tklauser tklauser temporarily deployed to release-base-images January 12, 2024 09:58 — with GitHub Actions Inactive
@tklauser
Copy link
Member

/test-backport-1.14

[ upstream commit fd79f2d ]

From the Go 1.21 release notes [1]:

> To improve forwards compatibility, Go 1.21 now reads the go line in a
> go.work or go.mod file as a strict minimum requirement: go 1.21.0
> means that the workspace or module cannot be used with Go 1.20 or with
> Go 1.21rc1. This allows projects that depend on fixes made in later
> versions of Go to ensure that they are not used with earlier versions.

[1] https://go.dev/doc/go1.21#tools

This means the Go toolchain will now check the local Go version and
automatically install the necessary toolchain if needed. Go was recently
bumped to 1.21 in commit 244d29c ("chore(deps): update go to
v1.21.0"), so we can get rid of the manual check in the Makefile and
rely on the version check in the Go toolchain.

Suggested-by: Lorenz Bauer <lmb@isovalent.com>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
[ upstream commit 771abd1 ]

Currently, the privileged runtime tests are built and run with whatever
Go toolchain version the LVH images ship. To make sure these tests are
run with the same Go toolchain version as the rest of the tests install
a copy of that Go toolchain before running the test.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
renovate bot and others added 2 commits January 12, 2024 15:09
[ tklauser: update go directive in go.mod to new 1.x.y format and bump
  golangci-lint to a version compatible with Go 1.21 ]
Co-authored-by: Tobias Klauser <tobias@cilium.io>
Signed-off-by: renovate[bot] <bot@renovateapp.com>
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
@tklauser
Copy link
Member

/test-backport-1.14

@qmonnet qmonnet removed the request for review from borkmann January 17, 2024 13:55
@qmonnet qmonnet added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jan 17, 2024
@aditighag aditighag merged commit eb0e490 into v1.14 Jan 22, 2024
211 checks passed
@aditighag aditighag deleted the renovate/v1.14-go branch January 22, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR
Projects
No open projects
Status: Released
Development

Successfully merging this pull request may close these issues.

None yet

5 participants