diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index aa20f226c..3fb53f662 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -34,6 +34,7 @@ jobs: CGO_ENABLED: 0 GO111MODULE: on run: | + netsh int ipv4 set dynamicport tcp start=60000 num=61000 go build --ldflags="-s -w" -o %GOPATH%\bin\minio.exe go test -v --timeout 50m ./... - name: Build on ${{ matrix.os }}