Matthew R. Kasun пре 3 година
родитељ
комит
efe41ec416
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/buildandrelease.yml

+ 1 - 1
.github/workflows/buildandrelease.yml

@@ -448,7 +448,7 @@ jobs:
       - name: Build
         run: |
           cd netclient
-          go get goversioninfo
+          go get github.com/josephspurrier/goversioninfo
           go generate
           dir
           env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -tags=gui -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netclient.exe main.go