geofffranks / spruce

A BOSH template merge tool
MIT License
426 stars 77 forks source link

Windows build needs to be on a more recent Go version #363

Open tianmiaohu-fis opened 1 year ago

tianmiaohu-fis commented 1 year ago

spruce v1.29.0 gives the below error when using the vault operator (op_vault.go) on Winodws (Windows 10): Error during Vault client initialization: unable to retrieve system root certificate authorities: crypto/x509: system root pool is not available on Windows

I cloned the spruce source code and re-built it on "go version go1.18.3 windows/amd64" and the error no longer occurs.