Update wireguard-go.yml

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

@ -24,6 +24,14 @@ jobs:
run: |
GO_VERSION=1.18
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: "${{ env.go_version }}"
- name: Build WireGuard-go
run: |
mkdir -p /opt/release/
git clone https://git.zx2c4.com/wireguard-go
cd wireguard-go

Loading…
Cancel
Save