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

Fix Go dependencies #5088

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Fix Go dependencies #5088

merged 2 commits into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. Fix Go dependencies

    stellar#5084 broke go.mod becaue:
    
    1. go mod tidy wasn't invoked before merging (we should probably enforce this is CI and make sure there are no diffs)
    2. It ugraded github.com/creachadair/jrpc2 to 1.1.1 which requires Go 1.21 (breaking the two-Go-release compatibility guarantee we make)
    2opremio committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7630451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a68a24 View commit details
    Browse the repository at this point in the history