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

Fix build with newer Go versions #2150

Merged
merged 1 commit into from
May 5, 2024
Merged

Fix build with newer Go versions #2150

merged 1 commit into from
May 5, 2024

Conversation

database64128
Copy link
Contributor

After #2142, building with newer Go versions fails with:

go: updates to go.mod needed; to update it:
	go mod tidy

Fix it by running go mod tidy.

This PR fixes #2142.

After #2142, building with newer Go versions fails with:

go: updates to go.mod needed; to update it:
	go mod tidy

Fix it by running go mod tidy.
@database64128 database64128 merged commit fe76493 into master May 5, 2024
1 check passed
@rootmelo92118 rootmelo92118 deleted the fix-2142 branch May 5, 2024 04:35
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