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

Bump go to v1.23 (from v1.21) #2132

Merged
merged 18 commits into from
Aug 22, 2024
Merged

Bump go to v1.23 (from v1.21) #2132

merged 18 commits into from
Aug 22, 2024

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    e1ce930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e1093 View commit details
    Browse the repository at this point in the history
  3. In Makefile: Add validate-go-version go the install target. Replace d…

    …irect uses of the 'go' command with the $(GO) variable.
    SpicyLemon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c52199e View commit details
    Browse the repository at this point in the history
  4. Remove the explicit go cache steps from the sims workflow since go se…

    …tup does that automatically now.
    SpicyLemon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    687e2df View commit details
    Browse the repository at this point in the history
  5. Remove the explicit runsim install step since the make targets that n…

    …eed it are doing it on their own still anyway.
    SpicyLemon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    72685b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12e9277 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba1285b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43dd08f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1f881d View commit details
    Browse the repository at this point in the history
  10. Add a changelog entry and create a summary.md that tells about the bu…

    …mp (since it's a pretty important change to note).
    SpicyLemon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2ec8260 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e51790c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0a6692 View commit details
    Browse the repository at this point in the history
  13. Fix TestIntBetween because I accidentally deleted a sort line when ge…

    …tting rid of our copy of the Keys function.
    SpicyLemon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    29ca8d2 View commit details
    Browse the repository at this point in the history
  14. In the heighliner job, try setting up go with the correct version. It…

    …'s currently using v1.22 which causes make install to fail.
    SpicyLemon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4990ed4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    725d01f View commit details
    Browse the repository at this point in the history
  16. In the heighliner job, try setting the BASE_VERSION env var to the ne…

    …eded golang version since the dockerfile might pick up on it.
    SpicyLemon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    82dca29 View commit details
    Browse the repository at this point in the history
  17. Remove the BASE_VERSION env var from the heighliner job since it's no…

    …t the problem. Digging into their stuff, they don't yet have support for go v1.23, so we'll just have to wait.
    SpicyLemon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0c51d57 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e89ad2 View commit details
    Browse the repository at this point in the history