Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Aug 11, 2023
1 parent 3b58d04 commit c07521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- run: |
ls -la 'C:\hostedtoolcache\windows\go\'
ls -la 'C:\hostedtoolcache\windows\go\*'
ls -la "C:\hostedtoolcache\windows\go\*"
version=`go env GOVERSION|sed s/^go//`
echo "default go version: $version"
echo "version=$version" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c07521f

Please sign in to comment.