From 82d5756116b7288169aeb9630e2e78d6f8666bfe Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Mon, 13 Oct 2025 08:55:09 -0500 Subject: [PATCH 1/3] chore: remove Go dependency from environment.yml --- environment.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/environment.yml b/environment.yml index dd8a91e81..db79a9b0f 100644 --- a/environment.yml +++ b/environment.yml @@ -32,8 +32,6 @@ dependencies: - pre-commit=4.2.0 - pytest=8.4.1 - pytest-split=0.10.0 - # development dependencies - conda-specific - - go=1.24 - pip: - dsub==0.4.13 From ed9cda465f11d7b4337e8707e20368ba0175fd15 Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Mon, 13 Oct 2025 08:59:55 -0500 Subject: [PATCH 2/3] docs: Go dev dependency --- docs/contributing/maintain.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing/maintain.rst b/docs/contributing/maintain.rst index 59127bdad..4b4dac517 100644 --- a/docs/contributing/maintain.rst +++ b/docs/contributing/maintain.rst @@ -1,6 +1,10 @@ Maintaining SPRAS ================= +Go dependency +----------------------- +The yamlfmt tool requires Go, which much be installed manually. + Reviewing pull requests ----------------------- From 02458143e0b12dcee4287b5745c79c1540b620be Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Mon, 13 Oct 2025 11:14:37 -0500 Subject: [PATCH 3/3] docs: link to Go download page --- docs/contributing/maintain.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contributing/maintain.rst b/docs/contributing/maintain.rst index 4b4dac517..cb7f89e1c 100644 --- a/docs/contributing/maintain.rst +++ b/docs/contributing/maintain.rst @@ -3,7 +3,8 @@ Maintaining SPRAS Go dependency ----------------------- -The yamlfmt tool requires Go, which much be installed manually. +The yamlfmt tool requires `Go `__, which must +be installed manually. Reviewing pull requests -----------------------