Skip to content

Commit

Permalink
all: Update Go to 1.21
Browse files Browse the repository at this point in the history
Will make use of generics and other new features in separate commits.
  • Loading branch information
pg9182 committed Sep 14, 2023
1 parent 33b11ad commit ecbd0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/PRODUCTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/r2northstar/atlas

go 1.19
go 1.21.0

require (
github.com/VictoriaMetrics/metrics v1.23.1
Expand Down

0 comments on commit ecbd0d9

Please sign in to comment.