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: fix a compile error with Go 1.21 #5338

Closed
knqyf263 opened this issue Oct 5, 2023 Discussed in #5323 · 0 comments · Fixed by #5339
Closed

build: fix a compile error with Go 1.21 #5338

knqyf263 opened this issue Oct 5, 2023 Discussed in #5323 · 0 comments · Fixed by #5339
Labels
kind/documentation Categorizes issue or PR as related to documentation.

Comments

@knqyf263
Copy link
Collaborator

knqyf263 commented Oct 5, 2023

Description

Go 1.21 cannot build the main branch now.

go: updates to go.mod needed

This is because one of the dependencies requires Go 1.21, but our go.mod says go 1.20. We need to downgrade the dependency version.

Discussed in #5323

@knqyf263 knqyf263 added the kind/documentation Categorizes issue or PR as related to documentation. label Oct 5, 2023
@knqyf263 knqyf263 changed the title Build with Go 1.21 build: fix a compile error with Go 1.21 Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant