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

[Bug]: Go version mismatch causing make lint to fail #3599

Open
1 task done
MKVEERENDRA opened this issue Mar 4, 2025 · 0 comments
Open
1 task done

[Bug]: Go version mismatch causing make lint to fail #3599

MKVEERENDRA opened this issue Mar 4, 2025 · 0 comments
Labels
status: waiting-triage This issue/PR has not yet been triaged by the team. type: bug Issues that need priority attention -- something isn't working

Comments

@MKVEERENDRA
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Running make lint results in errors due to a Go version mismatch:

compile: version "go1.23.4" does not match go tool version "go1.23.6"

Gaia Version

main

How to reproduce?

Steps to Reproduce:
Run make lint in the project directory.
The command fails due to Go version inconsistencies.

Expected Behavior:
make lint should run successfully without Go version issues.

Possible Causes:
Multiple Go versions installed.
Incorrect GOROOT or GOPATH.
gci command syntax issue.

Suggested Fixes:
Ensure the correct Go version is installed using:

go install golang.org/dl/go1.23.6@latest
go1.23.6 download

Verify and correct GOROOT:

echo $GOROOT
export GOROOT=/usr/local/go
export PATH=$GOROOT/bin:$PATH

@MKVEERENDRA MKVEERENDRA added status: waiting-triage This issue/PR has not yet been triaged by the team. type: bug Issues that need priority attention -- something isn't working labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-triage This issue/PR has not yet been triaged by the team. type: bug Issues that need priority attention -- something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant