From e8fe9e7f2ad0d0370b25db8829e8d18a15944a8e Mon Sep 17 00:00:00 2001 From: Umberto Baldi Date: Thu, 2 Nov 2023 18:25:48 +0100 Subject: [PATCH] move to fork, since `mitchellh/gon` uses deprecated tooling and is archived --- workflow-templates/publish-go-nightly-task.md | 2 +- workflow-templates/publish-go-nightly-task.yml | 5 +++-- workflow-templates/release-go-crosscompile-task.md | 4 ++-- workflow-templates/release-go-crosscompile-task.yml | 5 +++-- workflow-templates/release-go-task.md | 4 ++-- workflow-templates/release-go-task.yml | 5 +++-- 6 files changed, 14 insertions(+), 11 deletions(-) diff --git a/workflow-templates/publish-go-nightly-task.md b/workflow-templates/publish-go-nightly-task.md index 71b8ce73..e111cf2f 100644 --- a/workflow-templates/publish-go-nightly-task.md +++ b/workflow-templates/publish-go-nightly-task.md @@ -62,7 +62,7 @@ This will enable everyone to participate in the project's development via beta t On a daily schedule: - Build the project for all supported platforms. -- Use [gon](https://github.com/mitchellh/gon) to sign and notarize the macOS builds. +- Use [gon](https://github.com/Bearer/gon) to sign and notarize the macOS builds. - Upload the builds to Arduino's downloads server. This will enable everyone to participate in the project's development via beta testing. diff --git a/workflow-templates/publish-go-nightly-task.yml b/workflow-templates/publish-go-nightly-task.yml index 8c55f05f..0d8609c3 100644 --- a/workflow-templates/publish-go-nightly-task.yml +++ b/workflow-templates/publish-go-nightly-task.yml @@ -118,14 +118,14 @@ jobs: - name: Install gon for code signing and app notarization run: | - wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip + wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip unzip gon_macos.zip -d /usr/local/bin - name: Write gon config to file # gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20) run: | cat > "${{ env.GON_CONFIG_PATH }}" < "${{ env.GON_CONFIG_PATH }}" < "${{ env.GON_CONFIG_PATH }}" <