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

Drop specifying go patch version #66

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Conversation

andyasp
Copy link
Collaborator

@andyasp andyasp commented Jun 14, 2023

Removes the patch version being specified for Go from both the Dockerfile and CI.

The aim of this is to only require intervention on Go minor version upgrades. Currently this effectively upgrades to go 1.20.5.

The CI workflow was changed according to node semver. The current specification ^1.20.4 actually meant >=1.20.4 < 2.0.0. Given the dependencies of this project, minor version changes actually cause breakage like in #39. 1.20 means >=1.20.0 < 1.21.0, where the check-latest: true ensures we're on the latest patch version, effectively matching the Docker tag behavior.

I also updated to actions/setup-go@v4, which isn't really necessary for these changes, but I noticed there was a new version while doing this.

@andyasp andyasp added the chore label Jun 14, 2023
@andyasp andyasp requested a review from a team as a code owner June 14, 2023 15:25
Copy link
Contributor

@56quarters 56quarters left a comment

Choose a reason for hiding this comment

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

LGTM

@56quarters 56quarters merged commit 6c41a8a into main Jun 14, 2023
5 checks passed
@56quarters 56quarters deleted the aasp/drop-go-patch-version branch June 14, 2023 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants