diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 302f4252..fc9ccf71 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -214,7 +214,6 @@ jobs: - name: Build with xgo run: make build-mac - working-directory: ./cmd - name: Upload MacOSX Builds uses: actions/upload-artifact@v1 @@ -249,7 +248,6 @@ jobs: - name: Build with xgo run: make build-linux - working-directory: ./cmd - name: Upload Linux Builds uses: actions/upload-artifact@v1 @@ -284,7 +282,6 @@ jobs: - name: Build with xgo run: make build-win - working-directory: ./cmd - name: Upload Windows Builds uses: actions/upload-artifact@v1 diff --git a/Makefile b/Makefile index ad7651da..c3380668 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ test-deps: go get golang.org/x/tools/cmd/cover go get github.com/mattn/goveralls go get github.com/GeertJohan/go.rice/rice - go get github.com/crazy-max/xgo + go get -u github.com/crazy-max/xgo deps: go get -d -v -t ./...