mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-30 17:04:24 +08:00
add go get back
This commit is contained in:
parent
6f4dc4bb36
commit
c4ef416885
1 changed files with 1 additions and 0 deletions
1
.github/workflows/buildandrelease.yml
vendored
1
.github/workflows/buildandrelease.yml
vendored
|
@ -443,6 +443,7 @@ jobs:
|
|||
run: |
|
||||
echo $(go env GOPATH)/bin >> $GITHUB_PATH
|
||||
cd netclient
|
||||
go get -v github.com/josephspurrier/goversioninfo
|
||||
go install -v github.com/josephspurrier/goversioninfo/cmd/goversioninfo
|
||||
go generate
|
||||
env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -tags=gui -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netclient.exe main.go
|
||||
|
|
Loading…
Add table
Reference in a new issue