mongodb / vault-plugin-secrets-mongodbatlas

ARCHIVED - Hashicorp Vault MongoDB Atlas Secrets Engine - Now hosted at https://github.com/hashicorp/vault-plugin-secrets-mongodbatlas/
Mozilla Public License 2.0
15 stars 11 forks source link

Getting error when running make bootstrap #19

Closed Verticaleap closed 4 years ago

Verticaleap commented 4 years ago

Following the README, when I run the make bootstrap, I am getting the following error:

Installing/Updating github.com/mitchellh/gox
go: github.com/mongodb/go-client-mongodb-atlas@v0.0.3 requires
        github.com/golangci/golangci-lint@v1.17.1 requires
        github.com/go-critic/go-critic@v0.0.0-20181204210945-1df300866540: invalid pseudo-version: does not match version-control timestamp (2019-05-26T07:48:19Z)
make: *** [bootstrap] Error 1
Verticaleap commented 4 years ago

This error was found when trying to make with go1.13.1, make bootstrap did work with go1.11.13.

thetonymaster commented 4 years ago

Sorry for the last response, I ran this on my own PC and didn't got any error, let me try on a clean environment.

themantissa commented 4 years ago

@Verticaleap wanted to let you know this work is now included in the 1.4Beta1 version of Vault released by HashiCorp and will be in the GA 1.4 Vault version. I'll close this PR as you won't need to build this on your own now.