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

Use latest stable version of Go #561

Merged
merged 2 commits into from
Dec 4, 2023
Merged

Use latest stable version of Go #561

merged 2 commits into from
Dec 4, 2023

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Dec 2, 2023

Proposed changes

Since Go changed the versioning in go.mod to specify a patch release, we don't use the latest go version when building the binary.
Before with 1.20 in go.mod we would use the latest version of 1.20.x, but now since we specify 1.21.3 in go.mod we use that fixed version and not 1.21.4 for example, and future updates.
1.21.3 in go.mod should be considered a minimum requirement.

@lucacome lucacome self-assigned this Dec 2, 2023
@lucacome lucacome requested a review from a team as a code owner December 2, 2023 06:17
@github-actions github-actions bot added the chore Pull requests for routine tasks label Dec 2, 2023
@lucacome lucacome enabled auto-merge (squash) December 4, 2023 16:58
@lucacome lucacome merged commit 43e920b into main Dec 4, 2023
12 checks passed
@lucacome lucacome deleted the chore/go-version branch December 4, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants