install go
This commit is contained in:
parent
0bdfd9cb37
commit
0f3752d59c
@ -47,6 +47,10 @@ jobs:
|
||||
needs:
|
||||
- build
|
||||
steps:
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
- name: Download workflow run artifact
|
||||
uses: actions/download-artifact@v3
|
||||
- name: release
|
||||
|
Loading…
x
Reference in New Issue
Block a user