cedar-policy / cedar-go

Apache License 2.0
44 stars 7 forks source link

Change Go mod spec to 1.22 from 1.22.0 #17

Closed grsubramanian closed 3 weeks ago

grsubramanian commented 3 weeks ago

We are in the process of incorporating cedar-go into our product.

And we are hitting a snag. Currently, cedar-go specifies a minimum Go version of 1.22.0 in its go.mod file.

Go 1.22.0 seems to have several security vulnerabilities that have since been fixed in higher Go 1.22 versions.

Is it possible to change the Go version for cedar-go in go.mod to 1.22, instead of 1.22.0?

200sc commented 3 weeks ago

See #18 for discussion.