Skip to content

Minor improvements to README.md; Bug fix in go.mod #115

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DJStompZone
Copy link

Summary

Minor improvements to README.md, bug fix in go.mod

Commits

  1. f8f855f Fix invalid go version string

    • go.mod
      • Corrected an invalid Go version string (go 1.23.0go 1.23)
  2. a1323e8 Minor clarifications in readme

    • README.md
      • Updated example Docker invocation to use golang:1.23
      • Added go mod tidy to test example
      • Clarified instructions for SSH remote console testing by including default password

Notes

These changes aim to help reduce possible confusion about versioning or SSH usage. Changes are backward compatible and purely documentation/configuration related.

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

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

Thanks for the cleanup

@@ -2,6 +2,8 @@ module github.com/itzg/mc-server-runner

go 1.23.0
Copy link
Owner

Choose a reason for hiding this comment

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

Looks like the second commit reverted this

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