gotestyourself / gotestsum

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Apache License 2.0
2.03k stars 119 forks source link

The release for windows/arm64 was skipped #323

Closed suzuki-shunsuke closed 1 year ago

suzuki-shunsuke commented 1 year ago

The asset for windows/arm64 wasn't released in v1.10.0.

https://github.com/gotestyourself/gotestsum/releases/tag/v1.10.0

image

In the release workflow the following log was outputted.

https://app.circleci.com/pipelines/github/gotestyourself/gotestsum/672/workflows/7c7d9c49-a24e-45d8-abe3-4d1f4933a470/jobs/5271?invite=true#step-110-11

DEPRECATED: skipped windows/arm64 build on Go < 1.17 for compatibility, check https://goreleaser.com/deprecations/#builds-for-windowsarm64 for more info.

https://goreleaser.com/deprecations/#builds-for-windowsarm64

suzuki-shunsuke commented 1 year ago

I created a pull request to resolve this issue.