x448 / float16

float16 provides IEEE 754 half-precision format (binary16) with correct conversions to/from float32
MIT License
66 stars 8 forks source link

Update ci.yml #26

Closed x448 closed 2 years ago

x448 commented 2 years ago

Use minimum permissions rather than default granted for CI. Add Go version to the job names because we're using a matrix.

x448 commented 2 years ago

@fxamacker revoking default permissions and granting the minimum required seems like the right thing to do.