Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Aug 18, 2023
1 parent 56c352e commit cc854ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
go-version: 1.19

- name: Tidy Up Modules
run: go mod tidy

- name: Build Binaries
run: |
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-extldflags=-static" -o HFP_amd64 *.go
Expand Down

0 comments on commit cc854ec

Please sign in to comment.