Skip to content

fix: correct 'lastest' typo to 'latest' in go-mod.mk output#5

Merged
sinlov merged 2 commits into
3-feature-add-doublestar-demofrom
copilot/sub-pr-4
Mar 25, 2026
Merged

fix: correct 'lastest' typo to 'latest' in go-mod.mk output#5
sinlov merged 2 commits into
3-feature-add-doublestar-demofrom
copilot/sub-pr-4

Conversation

Copilot AI commented Mar 25, 2026

Copy link
Copy Markdown

Fixes a misspelling in user-facing output in z-MakefileUtils/go-mod.mk.

Checklist

Description of Changes

  • z-MakefileUtils/go-mod.mk (lines 26, 32): Replace lastestlatest in both the echoed example command string and the runtime awk formatting string inside go.mod.fetch.
# before
@go list -mod mod -m -versions github.com/stretchr/testify | awk '{print $$1 " lastest: " $$NF }'

# after
@go list -mod mod -m -versions github.com/stretchr/testify | awk '{print $$1 " latest: " $$NF }'

Related Issues

Addresses feedback from #4 review comment.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] [WIP] Address feedback on "3 feature add doublestar demo" PR fix: correct 'lastest' typo to 'latest' in go-mod.mk output Mar 25, 2026
Copilot AI requested a review from sinlov March 25, 2026 02:52
@sinlov sinlov marked this pull request as ready for review March 25, 2026 02:55
@sinlov sinlov merged commit 93dd2de into 3-feature-add-doublestar-demo Mar 25, 2026
1 check passed
@sinlov sinlov deleted the copilot/sub-pr-4 branch March 25, 2026 02:55
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.

2 participants