Skip to content

Fix go.mod directive ordering - #31

Closed
vNodesV with Copilot wants to merge 2 commits into
copilot/investigate-command-module-lossfrom
copilot/update-go-mod-version
Closed

Fix go.mod directive ordering#31
vNodesV with Copilot wants to merge 2 commits into
copilot/investigate-command-module-lossfrom
copilot/update-go-mod-version

Conversation

Copilot AI commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

The go and toolchain directives were placed before the module directive, which is non-standard. Reordered to follow the canonical go.mod format:

module github.com/CosmWasm/wasmd

go 1.23.2

toolchain go1.25.7

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

… ordering

Co-authored-by: vNodesV <100853686+vNodesV@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Go version in go.mod file Fix go.mod directive ordering Feb 11, 2026
Copilot AI requested a review from vNodesV February 11, 2026 20:17
@vNodesV vNodesV closed this Feb 15, 2026
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