Skip to content

Commit

Permalink
docs: add Go Version section
Browse files Browse the repository at this point in the history
Document the recently agreed policy regarding go versions.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Apr 8, 2024
1 parent 762e6a4 commit a62f0f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
- [Logging](./contributor/logging.md)
- [Misc](./contributor/misc.md)
- [Tests](./contributor/tests.md)
- [Go Version](./contributor/go_version.md)
4 changes: 4 additions & 0 deletions docs/contributor/go_version.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a62f0f0

Please sign in to comment.