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

gomod: update go to 1.21.5 and use in GHA setup-go #129

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

mhofstetter
Copy link
Member

@mhofstetter mhofstetter commented Dec 6, 2023

This commit updates the go version in the go.mod to 1.21.5.

This should also enable renovate to start updating this version automatically. Seems to be stuck the version doesn't contain the patch.

In addition, we can use the version from the go.mod file in the GitHub Action setup-go. (Therefore, we have to checkout the code first)

This commit updates the go version in the go.mod to
1.21.5.

This should also enable renovate to start upating this version
automatically. Seems to be stuck the version doesn't contain the
patch.

Signed-off-by: Marco Hofstetter <[email protected]>
@mhofstetter mhofstetter requested a review from tklauser December 6, 2023 18:26
@mhofstetter mhofstetter force-pushed the pr/mhofstetter/gomod-go-1.21.5 branch 2 times, most recently from aad3db9 to bef4bc2 Compare December 6, 2023 18:42
By using the full patch version of Go in the go.mod, it's
possible to use this version in the GitHub action `setup-go`.

Signed-off-by: Marco Hofstetter <[email protected]>
@mhofstetter mhofstetter force-pushed the pr/mhofstetter/gomod-go-1.21.5 branch from bef4bc2 to f7428a9 Compare December 6, 2023 18:48
@mhofstetter mhofstetter changed the title gomod: update go to 1.21.5 gomod: update go to 1.21.5 and use in GHA setup-go Dec 6, 2023
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@tklauser tklauser merged commit 2ff013b into cilium:main Dec 6, 2023
1 check passed
@mhofstetter mhofstetter deleted the pr/mhofstetter/gomod-go-1.21.5 branch December 6, 2023 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants