mercari / tfnotify

A CLI command to parse Terraform execution result and notify it to GitHub
MIT License
619 stars 91 forks source link

ci: use Go 1.16 to fix latest release failure #114

Closed aereal closed 1 year ago

aereal commented 2 years ago

WHAT

Use Go 1.16 to run tests and build release artifacts.

WHY

This project has no explicit build target configuration and the latest goreleaser builds against darwin/arm64 by default. Thus, this project is built against darwin/arm64 now.

However, this project uses Go 1.14 to build the project that does not support darwin/arm64 build.

So the project's release workflow has failed and the latest change such as https://github.com/mercari/tfnotify/pull/77 is not released yet.

drlau commented 1 year ago

I'm going to close this in favour of #121