-
Notifications
You must be signed in to change notification settings - Fork 39
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
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1ce930 - Browse repository at this point
Copy the full SHA e1ce930View commit details -
Remove the go version steps from the sims workflow since the go setup…
… action does that now.
Configuration menu - View commit details
-
Copy full SHA for a4e1093 - Browse repository at this point
Copy the full SHA a4e1093View commit details -
In Makefile: Add validate-go-version go the install target. Replace d…
…irect uses of the 'go' command with the $(GO) variable.
Configuration menu - View commit details
-
Copy full SHA for c52199e - Browse repository at this point
Copy the full SHA c52199eView commit details -
Remove the explicit go cache steps from the sims workflow since go se…
…tup does that automatically now.
Configuration menu - View commit details
-
Copy full SHA for 687e2df - Browse repository at this point
Copy the full SHA 687e2dfView commit details -
Remove the explicit runsim install step since the make targets that n…
…eed it are doing it on their own still anyway.
Configuration menu - View commit details
-
Copy full SHA for 72685b5 - Browse repository at this point
Copy the full SHA 72685b5View commit details -
Switch to go 1.23 in go.mod and update the Makefile to require go 1.2…
…3 (instead of 1.21).
Configuration menu - View commit details
-
Copy full SHA for 12e9277 - Browse repository at this point
Copy the full SHA 12e9277View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1285b - Browse repository at this point
Copy the full SHA ba1285bView commit details -
Remove internal/collections/maps.go since that functionality is in go…
… by default now.
Configuration menu - View commit details
-
Copy full SHA for 43dd08f - Browse repository at this point
Copy the full SHA 43dd08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f881d - Browse repository at this point
Copy the full SHA f1f881dView commit details -
Add a changelog entry and create a summary.md that tells about the bu…
…mp (since it's a pretty important change to note).
Configuration menu - View commit details
-
Copy full SHA for 2ec8260 - Browse repository at this point
Copy the full SHA 2ec8260View commit details -
Configuration menu - View commit details
-
Copy full SHA for e51790c - Browse repository at this point
Copy the full SHA e51790cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a6692 - Browse repository at this point
Copy the full SHA b0a6692View commit details -
Fix TestIntBetween because I accidentally deleted a sort line when ge…
…tting rid of our copy of the Keys function.
Configuration menu - View commit details
-
Copy full SHA for 29ca8d2 - Browse repository at this point
Copy the full SHA 29ca8d2View commit details -
In the heighliner job, try setting up go with the correct version. It…
…'s currently using v1.22 which causes make install to fail.
Configuration menu - View commit details
-
Copy full SHA for 4990ed4 - Browse repository at this point
Copy the full SHA 4990ed4View commit details -
Remove go setup from that job because it didn't help (kind of didn't …
…expect it to anyway).
Configuration menu - View commit details
-
Copy full SHA for 725d01f - Browse repository at this point
Copy the full SHA 725d01fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 82dca29 - Browse repository at this point
Copy the full SHA 82dca29View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0c51d57 - Browse repository at this point
Copy the full SHA 0c51d57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e89ad2 - Browse repository at this point
Copy the full SHA 9e89ad2View commit details