Skip to content

Commit

Permalink
update workflows/build-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Apr 4, 2023
1 parent 19addf3 commit c54c435
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
-
name: Action Checkout
uses: actions/checkout@v3
-
name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
run: go version
-
name: Build binarys
run: /usr/bin/env bash ./build.sh
Expand Down

0 comments on commit c54c435

Please sign in to comment.