From c0db946cc0da8129fd6b0d39838cebcc51d5de4b Mon Sep 17 00:00:00 2001 From: Christian Gregg Date: Mon, 17 May 2021 11:26:54 +0100 Subject: [PATCH] Use go1.16 for release task Using go1.16 in the release task will enable a `darwin_arm64` binary to be built. Allowing terraform projects using this provider to be ran on new Apple M1 chips. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 676654af3..fac5a9649 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.14 + go-version: 1.16 - name: Import GPG key id: import_gpg