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

514 bug go install command installs older version v182 instead of latest one #517

Conversation

sourishkrout
Copy link
Member

@sourishkrout sourishkrout commented Feb 27, 2024

Fix go install github.com/stateful/runme@latest to install actual latest aka v3 (right now).

Create the correct binary in $GOPATH/bin/runme when running go install ..

Copy link

sonarcloud bot commented Feb 27, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Collaborator

@pastuxso pastuxso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@sourishkrout sourishkrout merged commit 4ac5a80 into main Feb 27, 2024
6 checks passed
@sourishkrout sourishkrout deleted the 514-bug-go-install-command-installs-older-version-v182-instead-of-latest-one branch February 27, 2024 15:31
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.

Bug: 'go install' command installs older version (v1.8.2) Instead of latest one
2 participants