eclipse / paho.golang

Go libraries
Other
327 stars 92 forks source link

Update dependencies and set go.mod to `go 1.21` #245

Closed MattBrittan closed 6 months ago

MattBrittan commented 6 months ago

Update to Go version is in line with "Each major Go release is supported until there are two newer major releases". It's also needed due to the use of context.AfterFunc.

Closes #241