vault icon indicating copy to clipboard operation
vault copied to clipboard

Build failure from main

Open sebinsunny opened this issue 2 months ago • 0 comments

Building from the current main is broken for those of us without access to github.com/hashicorp/go-pgmultiauth

go: downloading github.com/hashicorp/go-pgmultiauth v1.0.0
physical/postgresql/postgresql.go:18:2: reading github.com/hashicorp/go-pgmultiauth/go.mod at revision v1.0.0: git ls-remote -q origin in /home/$USER/go/pkg/mod/cache/vcs/58ee42c26384a275157753c7388c1775405f865395b04baa95ea7f62a2ab0cc3: exit status 128:
        fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.

Added here: https://github.com/hashicorp/vault/commit/d9ecd5bd10477859895423155192cba7cbf29daa

To Reproduce

Steps to reproduce the behavior:

Run git clone https://github.com/hashicorp/vault.git Run make bootstrap Run make dev

works fine with commit 7010adf2c67686681908f04ec8e9357f19066f4f

sebinsunny avatar Oct 17 '25 03:10 sebinsunny