GA:binary - setup-go
This commit is contained in:
parent
27f4789d86
commit
946d21edbb
1 changed files with 4 additions and 2 deletions
6
.github/workflows/binary-release.yml
vendored
6
.github/workflows/binary-release.yml
vendored
|
|
@ -18,8 +18,10 @@ jobs:
|
|||
with:
|
||||
env-file: .version
|
||||
|
||||
- name: Install go-1.21.1
|
||||
run: go get go@1.21.1
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21.1'
|
||||
- run: go version
|
||||
|
||||
- name: Build and archive
|
||||
run: build/ci/build.sh ${{ env.VERSION }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue