From 3f4aaeff141bf0f21614bfb6983b09672b76a9b1 Mon Sep 17 00:00:00 2001 From: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:50:03 +0100 Subject: [PATCH] update vault sample to last OSS version --- samples/vault/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vault/README.md b/samples/vault/README.md index acf4f23d..b63566ce 100644 --- a/samples/vault/README.md +++ b/samples/vault/README.md @@ -3,7 +3,7 @@ This sample shows how to port an existing Go application to EGo. First clone the repo: ```sh -git clone --depth=1 --branch=v1.9.4 https://github.com/hashicorp/vault +git clone --depth=1 --branch=v1.14.8 https://github.com/hashicorp/vault cd vault ```