Skip to content

Commit

Permalink
GA:binary - setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Oct 8, 2023
1 parent 27f4789 commit 946d21e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/binary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
with:
env-file: .version

- name: Install go-1.21.1
run: go get [email protected]
- 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 }}
Expand Down

0 comments on commit 946d21e

Please sign in to comment.