DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

chore: update libs #314

Closed Piccirello closed 2 years ago

Piccirello commented 2 years ago

Upgraded with go get -u.

nmanoogian commented 2 years ago

I recalled an issue we ran into with a newer go-keyring version so I did test this locally -- I can fetch secrets at least!

Piccirello commented 2 years ago

I recalled an issue we ran into with a newer go-keyring version so I did test this locally -- I can fetch secrets at least!

IIRC this was due to using an older go version to build the binary, and not an actual issue. I'm not certain if GitHub Actions makes a keyring available, bc then our E2E tests would capture this flow.