Create wireguard-go.yml

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

@ -15,8 +15,7 @@ jobs:
- name: Fetch Go version
run: |
GO_VERSION=$(perl -ne 'print "$1\n" if /FROM golang:([0-9.]+)/' Dockerfile | head -n1)
[ -n "$GO_VERSION" ] || exit 1
GO_VERSION=1.18
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
git clone https://git.zx2c4.com/wireguard-go
cd wireguard-go

Loading…
Cancel
Save