[go: nahoru, domu]

Skip to content

Commit

Permalink
Binary release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Nov 3, 2023
1 parent d02f47a commit af0e6ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/binary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
env-file: .version

- uses: actions/setup-go@v4
with:
go-version: '1.21.2'
- run: go version

- name: Build and archive
run: build/ci/build.sh ${{ env.VERSION }}

Expand Down

0 comments on commit af0e6ba

Please sign in to comment.