GA:binary - setup-go

This commit is contained in:
aceberg 2023-10-08 13:34:48 +07:00
parent 27f4789d86
commit 946d21edbb

View file

@ -18,8 +18,10 @@ jobs:
with: with:
env-file: .version env-file: .version
- name: Install go-1.21.1 - uses: actions/setup-go@v4
run: go get go@1.21.1 with:
go-version: '1.21.1'
- run: go version
- name: Build and archive - name: Build and archive
run: build/ci/build.sh ${{ env.VERSION }} run: build/ci/build.sh ${{ env.VERSION }}