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.