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

Go and dependency upgrades #1707

Merged
merged 18 commits into from
May 3, 2024
Merged

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    fe65a43 View commit details
    Browse the repository at this point in the history
  2. travis, build: update Go to 1.20.1 (#26653)

    travis, build: update Go to 1.20
    
    (cherry picked from commit 5ccc99b)
    karalabe authored and chris-j-h committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0bcd7d4 View commit details
    Browse the repository at this point in the history
  3. travis, build: update Go to 1.21.0 (#27958)

    build: update to go 1.21
    
    (cherry picked from commit 55c5f5964d8cf46a73409ceb002898322295bac8)
    holiman authored and chris-j-h committed May 2, 2024
    Configuration menu
    Copy the full SHA
    747cb1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95872a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2afcf5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b69a3a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2391b70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02715bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f288719 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    480b8aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    883d082 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c2eac23 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bde4977 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. partial lint fixes

    chris-j-h committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b61cb25 View commit details
    Browse the repository at this point in the history
  2. Fix remaining lint issues incl. ignore io/ioutil deprecation warnings

    io/ioutil touches a large amount of the codebase so is a not-insignificant change to remedy. For now ignore these lint errors as ioutil now only operates as a simple delegate for the preferred os and io packages anyway.
    If we want to correctly resolve these lint issues, upstream PR ethereum/go-ethereum#24869 can provide guidance.
    chris-j-h committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4c3f064 View commit details
    Browse the repository at this point in the history
  3. Undo lint change in sample_test.go to fix tests, ignore lint error

    Okay to ignore as this only affects test code and we want to minimise production code change as much as possible
    chris-j-h committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e093d4c View commit details
    Browse the repository at this point in the history
  4. p2p/dnsdisc: fix tests with Go 1.20 (#26690)

    (cherry picked from commit 101587b)
    fjl authored and chris-j-h committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fc3916e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ce3faa View commit details
    Browse the repository at this point in the history