From 7ca37b9ec83e41b4ea30c4ef609671287d0efa4f Mon Sep 17 00:00:00 2001 From: Martin Lowe Date: Mon, 7 Oct 2024 12:14:11 -0400 Subject: [PATCH 1/3] update: Mark go as a required bin for otterdog Required by one of the dep packages in otterdog (gojsonnet). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0952ea..d1849bc 100644 --- a/README.md +++ b/README.md @@ -18,6 +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` * 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` From 5696b000f90ee73246391a46f98b878ee1f0603c Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 7 Oct 2024 20:06:06 +0200 Subject: [PATCH 2/3] 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` From 7a6540adf6d3b0265860e6d4e4f6ad01937aca21 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 7 Oct 2024 20:06:38 +0200 Subject: [PATCH 3/3] Add go to system requirements Signed-off-by: Thomas Neidhart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa2b995..2059c9f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The documentation is available at [otterdog.readthedocs.io](https://otterdog.rea * python3.10+ (mandatory): e.g. install using `apt install python3` or `pyenv` * git (mandatory): install using `apt install git` +* go (mandatory): install using `apt install golang-1.23` or `snap install go` * poetry (mandatory): install using `curl -sSL https://install.python-poetry.org | python3 -` or `pipx install poetry` * bitwarden cli tool (optional): install using `snap install bw` * pass cli tool (optional): install using `apt install pass`