Skip to content

Commit

Permalink
Fix go get deprecated issue (#6)
Browse files Browse the repository at this point in the history
* Fix `go get` deprecated issue

* Update build-wg-go.sh
  • Loading branch information
bernardkkt authored Apr 11, 2022
1 parent ef239bd commit 5728de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-wg-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x
set -e

# Initialise build environment
GOPATH=`pwd` go get -v -d golang.zx2c4.com/wireguard
GOPATH=`pwd` go install -v golang.zx2c4.com/wireguard@latest

# Define build configurations
OSARCHCFG="linux:amd64:wireguard-go windows:amd64:wireguard-go.exe darwin:amd64:wireguard-go-darwin linux:arm64:wireguard-go-linux-arm64"
Expand Down

0 comments on commit 5728de9

Please sign in to comment.