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

Build release assets with Go 1.21 #5668

Merged
merged 1 commit into from Mar 4, 2024
Merged

Conversation

bk2204
Copy link
Member

@bk2204 bk2204 commented Mar 4, 2024

Due to the issue noted in golang/go#65705, we don't want to build our release assets with 1.22.0, since this can cause deadlock in the HTTP client. Instead, let's keep testing with both 1.21 and 1.22 in our CI jobs, but build with 1.21 for release.

In the future, once that bug is fixed and an updated version is released, we can move back to 1.22.

Due to the issue noted in golang/go#65705, we
don't want to build our release assets with 1.22.0, since this can cause
deadlock in the HTTP client.  Instead, let's keep testing with both 1.21
and 1.22 in our CI jobs, but build with 1.21 for release.

In the future, once that bug is fixed and an updated version is
released, we can move back to 1.22.
@bk2204 bk2204 marked this pull request as ready for review March 4, 2024 18:17
@bk2204 bk2204 requested a review from a team as a code owner March 4, 2024 18:17
@bk2204 bk2204 merged commit b96d77b into git-lfs:main Mar 4, 2024
10 checks passed
@bk2204 bk2204 deleted the release-1.21 branch March 5, 2024 13:40
bk2204 added a commit that referenced this pull request Mar 6, 2024
Build release assets with Go 1.21
hswong3i pushed a commit to alvistack/git-lfs-git-lfs that referenced this pull request Mar 8, 2024
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.

None yet

2 participants