aboutsummaryrefslogtreecommitdiff
path: root/docs/PRODUCTION.md
diff options
context:
space:
mode:
authorpg9182 <96569817+pg9182@users.noreply.github.com>2023-09-14 13:39:28 -0400
committerpg9182 <96569817+pg9182@users.noreply.github.com>2023-09-14 13:39:28 -0400
commitfdcd4eaaceaedbd07a36e3bf3bbbb713ab38cd60 (patch)
tree6a76446d0074bfaf6341af5bcaa71aab97953c44 /docs/PRODUCTION.md
parent33b11addca1bdf78ca9dae08dbf80bdcc66a19f0 (diff)
downloadAtlas-fdcd4eaaceaedbd07a36e3bf3bbbb713ab38cd60.tar.gz
Atlas-fdcd4eaaceaedbd07a36e3bf3bbbb713ab38cd60.zip
all: Update Go to 1.21
Will make use of generics and other new features in separate commits.
Diffstat (limited to 'docs/PRODUCTION.md')
-rw-r--r--docs/PRODUCTION.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PRODUCTION.md b/docs/PRODUCTION.md
index 32a4852..81e1b06 100644
--- a/docs/PRODUCTION.md
+++ b/docs/PRODUCTION.md
@@ -6,7 +6,7 @@ This document describes the recommended setup for an non-containerized Atlas ser
| Dependency | Version | Notes |
| --- | --- | --- |
-| go | 1.19+ | |
+| go | 1.21.0+ | |
| git | | for downloading code |
| gcc | | other C compilers will work fine |
| systemd | 250+ | 250 is needed for credentials to work <br/> 240 is needed for data directory stuff |