Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 324a9f3efe
commit 0b44f294db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/wireguard-go.yml

@ -27,11 +27,10 @@ jobs:
with:
go-version: "^1.17.2"
- name: Git clone WireGuard-go
- name: Git clone
run: |
mkdir -p /opt/release/
git clone https://git.zx2c4.com/wireguard-go
cd wireguard-go
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2

Loading…
Cancel
Save