cloudevents / sdk-go

Go SDK for CloudEvents
https://cloudevents.github.io/sdk-go/
Apache License 2.0
836 stars 221 forks source link

Update Github workflows and Go dependencies #1105

Closed embano1 closed 1 month ago

embano1 commented 1 month ago

This PR updates the Github workflows and Go dependencies to more recent versions:

Note that I didn't feel the need to bump modules straight to go 1.23 because we don't use the latest language features and go 1.22 seemed sufficient/causing less compatibility issues (or warnings) for users < Go 1.22.

embano1 commented 1 month ago

@duglin for review