Skip to content

Commit

Permalink
Specify release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyimpervious committed Aug 30, 2022
1 parent d11bac2 commit a325860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.16
project_path: "./cmd/impd"
binary_name: "impervious"
pre_command: "GO111MODULE=on" # latest requires go v0.17
pre_command: "GO111MODULE=on"
build_command: "go build"
sha256sum: TRUE

0 comments on commit a325860

Please sign in to comment.