Skip to content

Commit

Permalink
Merge pull request #249 from cybozu-go/fix-workflow-go-version
Browse files Browse the repository at this point in the history
Fix workflow's go version
  • Loading branch information
terassyi authored Jul 11, 2023
2 parents 56f3c45 + 72ee4b9 commit e964dfd
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 e964dfd

Please sign in to comment.