Skip to content

Commit

Permalink
Fix workflow's go version
Browse files Browse the repository at this point in the history
Signed-off-by: terasihma <[email protected]>
  • Loading branch information
terassyi committed Jul 10, 2023
1 parent 56f3c45 commit 72ee4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
run:
working-directory: v2
env:
go-version: 1.20
go-version: "1.20"
cache-version: 1
jobs:
image:
Expand Down

0 comments on commit 72ee4b9

Please sign in to comment.