mercari / tfnotify

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

Use Go 1.14 for release build #79

Closed dtan4 closed 4 years ago

dtan4 commented 4 years ago

WHAT

Use Go 1.14 to build binaries for release, as well as testing.

WHY

We use Go 1.14 to run tests (ref). However, GoReleaser still uses Go 1.13.

We should use the same Go version through the development/release pipeline.

dtan4 commented 4 years ago

Thank you for the review!