fix: github setup-go workflow stage error
This commit is contained in:
parent
83aaf520c1
commit
d5691ba7ed
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user