Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 03ad5ff540
commit 78641f1708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/wireguard-go.yml

@ -17,17 +17,16 @@ jobs:
run: |
GO_VERSION=1.18
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
git clone https://git.zx2c4.com/wireguard-go
cd wireguard-go
- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: "${{ env.go_version }}"
- name: Binaries Release
uses: goreleaser/goreleaser-action@v2.9.1
with:
version: ~> 1.5.0
args: release --rm-dist
run: |
git clone https://git.zx2c4.com/wireguard-go
cd wireguard-go
go build -v -o "wireguard-go"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save