8000 Use latest stable version of Go by lucacome · Pull Request #475 · nginx/nginx-asg-sync · GitHub
[go: up one dir, main page]

Skip to content

Conversation

lucacome
Copy link
Contributor

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 21, 2023
@lucacome lucacome requested a review from a team as a code owner December 21, 2023 07:23
@github-actions github-actions bot added the chore Pull requests for routine tasks label Dec 21, 2023
@lucacome lucacome enabled auto-merge (squash) December 21, 2023 09:28
@lucacome lucacome merged commit e578e56 into main Dec 21, 2023
@lucacome lucacome deleted the chore/go-version branch December 21, 2023 09:32
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.

2 participants

0