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 version upgrade to 1.19 #1601

Merged
merged 12 commits into from
Feb 3, 2023

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    43b6e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47c658 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a926fec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b52cf View commit details
    Browse the repository at this point in the history
  5. docker: speed up docker image build (#24796)

    This PR improves the docker build speed for repeated builds where go.mod and go.sum do no change, by placing the downloaded dependencies in a lower layer
    eval-exec authored and antonydenyer committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    346324b View commit details
    Browse the repository at this point in the history
  6. build: add static linking support (#25492)

    This adds support for building statically-linked executables using ci.go.
    
    Static linking is enabled by default in Docker builds, making it possible to
    use the geth executable in any Docker image, regardless of the Linux
    distribution the Dockerfile is based on.
    
    Co-authored-by: Felix Lange <fjl@twurst.com>
    2 people authored and antonydenyer committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    80fd713 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f7609b View commit details
    Browse the repository at this point in the history
  8. bump version v22.7.6

    antonydenyer committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3aaea25 View commit details
    Browse the repository at this point in the history
  9. fix lint

    antonydenyer committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4308542 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c030c8 View commit details
    Browse the repository at this point in the history
  11. Remove android test

    antonydenyer committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c4e9657 View commit details
    Browse the repository at this point in the history
  12. Ignore lint errors

    antonydenyer committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5c7f72a View commit details
    Browse the repository at this point in the history