cloudfoundry / lager

An opinionated logger for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certificate signed by unknown authority when trying to download dependency using go get

vwatinteg opened this issue · comments

Using go get in my repo produces this error message

package code.cloudfoundry.org/lager: unrecognized import path "code.cloudfoundry.org/lager": https fetch: Get "https://code.cloudfoundry.org/lager?go-get=1": x509: certificate signed by unknown authority

needed to update machine certs

Sorry, user error, still seeing the same issue.

Are you still seeing this issue? I know that there was an error with the cert that was fixed a few weeks back.

I just ran go get again on my repo and I don't see the issue anymore