splunk / terraform-provider-splunk

Terraform Provider for Splunk
Mozilla Public License 2.0
103 stars 75 forks source link

allow M1 builds on Github Actions #110

Closed mdanidl closed 2 years ago

mdanidl commented 2 years ago

Currently the build/release process uses go version 1.14 to build the binaries, where there is no support for M1 Macs. This tiny update bumps the go version number to 1.16 to allow builds for darwin_arm64 targets.

anushjay commented 2 years ago

This should have been fixed with go1.17 update.