From 9fda064d2a443764a934d394bdc81b382cbc2ed7 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Mon, 9 Oct 2023 23:43:48 -0700 Subject: [PATCH] Remove whitespace to try and fix Go resolving to 1.2 instead of 1.20 --- .github/workflows/release.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52c88ca1..736375ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,16 +21,13 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - - name: Unshallow + - name: Unshallow run: git fetch --prune --unshallow - - - name: Set up Go + - name: Set up Go uses: actions/setup-go@v4 with: go-version: 1.20 - - - name: Import GPG key + - name: Import GPG key id: import_gpg # TODO: move this to HashiCorp namespace or find alternative that is just simple gpg commands # see https://github.com/hashicorp/terraform-provider-scaffolding/issues/22 @@ -39,8 +36,7 @@ jobs: # These secrets will need to be configured for the repository: GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} PASSPHRASE: ${{ secrets.PASSPHRASE }} - - - name: Run GoReleaser + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: version: latest