Replies: 1 comment
-
Looking forward to upgrading! But we’ll have to wait until the next Go version is released per our version policy (support last two releases). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So it appears the latest Golang release has some new goodies
https://go.dev/doc/go1.24
Among these are crypto primitives that I believe we're importing from outside packages.
I believe that by relying on the new golang native crypto that we would reduce build sizes and also lessen the risk of a supply chain attack in the future.
Food for thought anyways.
Beta Was this translation helpful? Give feedback.
All reactions