hashicorp / hello-vault-go

Runnable examples in Go of how to integrate an application with HashiCorp Vault.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Got an error when running the 'run.sh' for Sample-app

JimBeam2019 opened this issue · comments

Hi Vault team,

I was trying to run the sample-app by executing the run shell script, and it was stuck at the error 'RUN go build -o hello-vault', shown as below. I was able to build the golang code without docker successfully, but it simply failed to build in docker.

Any help would be appreciated.

Screenshot_2023-06-13_15-26-47

Ran into this. Fixed by updating the Dockerfile to upgrade golang. FROM golang:1.20-alpine AS build

Thanks for reporting this, @jyankel! #46 should fix this :)