Skip to content

Commit

Permalink
Add a step for setting up Go in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenrewar committed Mar 9, 2022
1 parent 439c817 commit b8033fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17.6'

- name: Run release script
run: |
set -e -x
Expand Down

0 comments on commit b8033fb

Please sign in to comment.