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: Remove unnecessary toolchain from go.mod. #435

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Aug 2, 2024

Only Go 1.21 is actually required. The addition of the toolchain line makes it require Go 1.22.3 which is not at all necessary and
should not be there.

@davecgh davecgh force-pushed the no_toolchain_go_mod branch 2 times, most recently from 404fa3a to b9661a1 Compare August 2, 2024 11:08
@davecgh davecgh changed the title build: Remove unncessary toolchain from go.mod. build: Remove unnecessary toolchain from go.mod. Aug 2, 2024
Only Go 1.21 is actually required.  The addition of the toolchain line
makes it require Go 1.22.3 which is not at all necessary and should not
be there.
@jholdstock jholdstock merged commit 3b671b0 into decred:master Aug 5, 2024
2 checks passed
@davecgh davecgh deleted the no_toolchain_go_mod branch August 5, 2024 08:39
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