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 fdcd4ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.19.x"]
go: ["1.21.x"]
fail-fast: false

steps:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
run: go vet ./...

- name: Go staticcheck
run: go run honnef.co/go/tools/cmd/staticcheck@2022.1.3 ./...
run: go run honnef.co/go/tools/cmd/staticcheck@2023.1.6 ./...
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 fdcd4ea

Please sign in to comment.