Skip to content

Commit

Permalink
Remove whitespace to try and fix Go resolving to 1.2 instead of 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Oct 10, 2023
1 parent 27dd2a3 commit 9fda064
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9fda064

Please sign in to comment.