-
Notifications
You must be signed in to change notification settings - Fork 416
fix: wrong ldflags for gitlab agent casuing UI issues #63456
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: wrong ldflags for gitlab agent casuing UI issues #63456
Conversation
🔍 Build Failed: Checksum Verification Failed
Build Details
Root Cause Analysis 🔍The expected commit hash for tag v18.2.2 does not match the actual commit hash found in the repository. This indicates either the tag was moved/updated in the upstream repository, or there's a mismatch in the build configuration's expected commit hash. Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
|
Please sync changes here too |
…ersion updates and extended tests
… into fix/gitlab-agent-ui-issue
Changes synched here @mritunjaysharma394 |
mritunjaysharma394
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Fix GitLab agent showing incorrect/default version as
ldflagsare set incorrectlyWithout fix
737ce1c69c00:/usr/bin# agentk --version
agentk version v0.0.0, git ref: 0000000000000000000000000000000000000000
737ce1c69c00:/usr/bin#
with fix:
6eaf78fed830:/usr/bin# agentk --version
agentk version v18.2.2, git ref: v18.2.2
6eaf78fed830:/usr/bin#
check correct ldflags here