Skip to content

Commit

Permalink
release golang version action to fix the version of go hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-kimmel-vmw committed Mar 8, 2022
1 parent cfb2ab8 commit ac9fb84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Run release script
uses: actions/setup-go@v2
with:
go-version: '1.17.6'
run: |
set -e -x
./hack/build-release.sh
Expand Down

0 comments on commit ac9fb84

Please sign in to comment.