From a62f0f0293745bdffea26acd7ecb47c5338ca895 Mon Sep 17 00:00:00 2001 From: crozzy Date: Mon, 8 Apr 2024 13:46:35 -0700 Subject: [PATCH] docs: add Go Version section Document the recently agreed policy regarding go versions. Signed-off-by: crozzy --- docs/SUMMARY.md | 1 + docs/contributor/go_version.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 docs/contributor/go_version.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 984b3ec99..9751cf1d8 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -40,3 +40,4 @@ - [Logging](./contributor/logging.md) - [Misc](./contributor/misc.md) - [Tests](./contributor/tests.md) + - [Go Version](./contributor/go_version.md) diff --git a/docs/contributor/go_version.md b/docs/contributor/go_version.md new file mode 100644 index 000000000..d59abffe5 --- /dev/null +++ b/docs/contributor/go_version.md @@ -0,0 +1,4 @@ +# Go Version + +Claircore endeavors to declare a `go` version in the go.mod directive that is the minimum required for all the language features to work as expected. +The `go` version will also be updated if there is deemed to be a security fix that could directly affect claircore's codebase.