mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-05-03 09:47:37 +02:00
feat: improve build system
This commit is contained in:
parent
d3a2aa8fb0
commit
a2e9c9952f
6 changed files with 52 additions and 46 deletions
6
.github/workflows/wireproxy.yml
vendored
6
.github/workflows/wireproxy.yml
vendored
|
@ -28,12 +28,12 @@ jobs:
|
|||
cp ./.github/wireproxy-releaser.yml ${{ env.workdir }}/.goreleaser.yml
|
||||
|
||||
- name: Set up GoReleaser
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.20"
|
||||
go-version: "1.21"
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
distribution: goreleaser
|
||||
workdir: ${{ env.workdir }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue