Skip to content

Commit

Permalink
chore: use correct version of go for CLI release (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Jan 20, 2022
1 parent 0573029 commit 829a191
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '~1.16'

- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand Down

0 comments on commit 829a191

Please sign in to comment.