From 5696b000f90ee73246391a46f98b878ee1f0603c Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 7 Oct 2024 20:06:06 +0200 Subject: [PATCH] Update mechanism to install a recent go version Signed-off-by: Thomas Neidhart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1849bc..aa2b995 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It is actively developed by the Eclipse Foundation and used to manage its numero To install and use the cli part of otterdog you have to install the following: * git (mandatory): install using `apt install git` -* go (mandatory): install using `apt install golang-go` +* go (mandatory): install using `apt install golang-1.23` or `snap install go` * otterdog (mandatory): install using `pipx install otterdog` * bitwarden cli tool (optional): install using `snap install bw` * pass cli tool (optional): install using `apt install pass`