fix: github setup-go workflow stage error

This commit is contained in:
cdryzun 2023-07-31 20:38:42 +08:00
parent 83aaf520c1
commit d5691ba7ed

View File

@ -9,7 +9,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/setup-go@v3
with: { go-version: 1.20 }
with: { go-version: '1.20' }
- run: go install github.com/go-task/task/v3/cmd/task@latest
- run: apt update && apt-get install zip
- uses: actions/checkout@v3