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 #198

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Use latest stable version of Go #198

merged 2 commits into from
Dec 19, 2023

Conversation

lucacome
Copy link
Member

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 18, 2023
@lucacome lucacome requested a review from a team as a code owner December 18, 2023 18:12
@github-actions github-actions bot added the chore Pull requests for routine tasks label Dec 18, 2023
@lucacome lucacome merged commit dacd895 into main Dec 19, 2023
10 checks passed
@lucacome lucacome deleted the chore/setup-go branch December 19, 2023 17:14
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

2 participants