Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.33k stars 64 forks source link

Asset for darwin/arm64 wasn't released at ejson v1.4.0 #129

Closed suzuki-shunsuke closed 1 year ago

suzuki-shunsuke commented 1 year ago

Asset for darwin/arm64 wasn't released at ejson v1.4.0.

https://github.com/Shopify/ejson/releases/tag/v1.4.0

image

Release workflow succeeded but the following warning was outputted and the asset for darwin/arm64 wasn't built.

https://github.com/Shopify/ejson/actions/runs/4872615287/jobs/8691044230#step:6:30

         • DEPRECATED: skipped darwin/arm64 build on Go < 1.16 for compatibility, check https://goreleaser.com/deprecations/#builds-for-darwinarm64 for more info.
suzuki-shunsuke commented 1 year ago

I've created a pull request to fix the issue.

suzuki-shunsuke commented 1 year ago

Resolved by https://github.com/Shopify/ejson/pull/130