Skip to content

Commit

Permalink
build: quote golang version in release file to workaround issue in gi…
Browse files Browse the repository at this point in the history
…thub action

Close #3179
  • Loading branch information
lubronzhan authored and dougm committed Aug 3, 2023
1 parent cd0c259 commit 552dfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govmomi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'

- name: Update version.go
run: |
Expand Down

0 comments on commit 552dfab

Please sign in to comment.