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 Go version from go.mod in basic-checks #5156

Merged

Conversation

bestbeforetoday
Copy link
Member

The expected Go version was hard-coded in the Makefile, and this needed to be manually kept in sync with the CI and go.mod files. Since the go.mod entry needs to be accurate, this change uses the version from the go.mod file in the Makefile and no longer requires the Makefile to be manually kept up-to-date.

Cherry-pick of a23e7b8 from main branch.

The expected Go version was hard-coded in the Makefile, and this needed
to be manually kept in sync with the CI and go.mod files. Since the
go.mod entry needs to be accurate, this change uses the version from the
go.mod file in the Makefile and no longer requires the Makefile to be
manually kept up-to-date.

Signed-off-by: Mark S. Lewis <[email protected]>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review February 26, 2025 00:20
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner February 26, 2025 00:20
@bestbeforetoday bestbeforetoday merged commit 0ed9b98 into hyperledger:release-2.5 Feb 26, 2025
15 checks passed
@bestbeforetoday bestbeforetoday deleted the basic-checks-2.5 branch February 26, 2025 00:20
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.

2 participants