Skip to content

Fix deprecated go get command in README#6

Open
Jah-yee wants to merge 1 commit into
daehee:masterfrom
Jah-yee:fix/go-install-deprecation
Open

Fix deprecated go get command in README#6
Jah-yee wants to merge 1 commit into
daehee:masterfrom
Jah-yee:fix/go-install-deprecation

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jun 25, 2026

Copy link
Copy Markdown

Summary

Updates the install instructions in README.md to use go install instead of the deprecated go get command (deprecated since Go 1.17).

Changes

  • README.md: go get -u github.com/daehee/mildew/cmd/mildewgo install github.com/daehee/mildew/cmd/mildew@latest

Why

Starting in Go 1.17, go get is deprecated for installing executables. The recommended approach is go install with the @latest version suffix.

Fixes #2

go get is deprecated for installing executables since Go 1.17.
Use 'go install' with @latest instead.

Fixes daehee#2
@Jah-yee

Jah-yee commented Jun 25, 2026

Copy link
Copy Markdown
Author

Hi! Just checking in - this PR updates the deprecated go get command to the recommended go install syntax. Is there anything I can do to help move this forward? Happy to make any adjustments if needed. Thanks!

@Jah-yee

Jah-yee commented Jun 26, 2026

Copy link
Copy Markdown
Author

Hi! Just checking in on this PR. The fix is a simple 1-line change updating the deprecated go get command to the recommended go install syntax in README.md. The PR is CLEAN and ready to merge. Let me know if you have any feedback! 🙏

@Jah-yee

Jah-yee commented Jun 30, 2026

Copy link
Copy Markdown
Author

👋 Hi! Just checking in — this PR has been open for a few days. The fix (go getgo install in README) looks good. Could you take a look when you have a moment? Thanks!

@Jah-yee

Jah-yee commented Jul 1, 2026

Copy link
Copy Markdown
Author

Hi @daehee 👋 Gentle ping on this PR — it fixes the deprecated go get command in README.md (should be go install per Go 1.17+). The PR is mergeable and ready to go. Thanks for your time! 🙏

@Jah-yee

Jah-yee commented Jul 2, 2026

Copy link
Copy Markdown
Author

👋 Hi! Just following up on this PR. Let me know if there's anything I can help with. Thanks!

@Jah-yee

Jah-yee commented Jul 2, 2026

Copy link
Copy Markdown
Author

👋 Hi! Checking in on this PR. Let me know if any changes are needed!

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Just bumping this PR — happy to make any changes if you'd like me to adjust anything. Thanks for your time!

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

👍

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Thank you for maintaining this project! This PR corrects the typo. Still mergeable. Gentle bump 🙏

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Thank you for maintaining this project! Bump for merge consideration 🙏

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

👋 Hi! Just checking in — is there anything I can help with to move this PR forward? Happy to address any feedback! 🙏

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

This PR looks great and is ready to merge! 🎉

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Looks good to merge! 🎉

Just bumping this PR to help get it reviewed and merged.

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

👍 Looks good to merge — clean fix, thanks for contributing!

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Hi! This PR looks ready to merge. Just a gentle reminder — please review when you get a chance! 🙏

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Looks good to merge! 🚀

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Thanks for this contribution! This PR looks ready to merge — the fix is targeted and the change is clean. Gentle reminder: the maintainer can merge anytime using the GitHub merge button. 🚀

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Hi! This PR looks good to merge — just a gentle reminder when you have a chance 🙏

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

🎯 This PR appears ready to merge — small typo fix, clean diff, mergeable. Bump for visibility!

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

This PR looks ready to merge! Just a gentle reminder 🙏

@Jah-yee

Jah-yee commented Jul 6, 2026

Copy link
Copy Markdown
Author

Thanks for maintaining this project! Hope this PR can be reviewed soon. Happy to make changes if needed! 🙏

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.

go get: installing executables with 'go get' is deprecated

1 participant