Skip to content

Commit

Permalink
optimize the go releaser to only the required os
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhambjadhavar committed Mar 25, 2024
1 parent cccd277 commit dfe87a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version-file: 'go.mod'
cache: true
go-version: "1.21"
-
name: Import GPG key
id: import_gpg
Expand Down
1 change: 1 addition & 0 deletions scripts/setup-runner-on-local-machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ curl -o actions-runner-osx-x64-2.314.1.tar.gz -L https://github.com/actions/runn
echo "3faff4667d6d12c41da962580168415d628e3ffba9924b9ac995752087efc921 actions-runner-osx-x64-2.314.1.tar.gz" | shasum -a 256 -c
tar xzf ./actions-runner-osx-x64-2.314.1.tar.gz
./config.sh --url https://github.com/shubhambjadhavar/terraform-provider-azurerm --token
./run.sh

0 comments on commit dfe87a6

Please sign in to comment.