Closed jamestelfer closed 1 year ago
Updates build to use Go 1.21, and tries to ensure CI workflows are operating against the version of Go currently used by go.mod.
go.mod
Go 1.21 includes various enhancements including new APIs for slice, along with a variety of fixes.
slice
No specific issue, just looking to be able to use some newer APIs.
Some of the workflows only execute on master. The changes appear safe, and any issues could potentially be fixed in a "fast follow" response.
master
Included in release v0.48.0 🎉
What does this change
Updates build to use Go 1.21, and tries to ensure CI workflows are operating against the version of Go currently used by
go.mod
.Go 1.21 includes various enhancements including new APIs for
slice
, along with a variety of fixes.What issue does it fix
No specific issue, just looking to be able to use some newer APIs.
Notes for the reviewer
Some of the workflows only execute on
master
. The changes appear safe, and any issues could potentially be fixed in a "fast follow" response.Checklist