File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : ["windows-latest", "ubuntu-latest", "macOS-latest"]
15- go : ["1.19 .x"]
15+ go : ["1.21 .x"]
1616 fail-fast : false
1717
1818 steps :
5252 run : go vet ./...
5353
5454 - name : Go staticcheck
55- run : go run honnef.co/go/tools/cmd/staticcheck@2022 .1.3 ./...
55+ run : go run honnef.co/go/tools/cmd/staticcheck@2023 .1.6 ./...
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This document describes the recommended setup for an non-containerized Atlas ser
66
77| Dependency | Version | Notes |
88| --- | --- | --- |
9- | go | 1.19 + | |
9+ | go | 1.21.0 + | |
1010| git | | for downloading code |
1111| gcc | | other C compilers will work fine |
1212| systemd | 250+ | 250 is needed for credentials to work <br /> 240 is needed for data directory stuff |
Original file line number Diff line number Diff line change 11module github.com/r2northstar/atlas
22
3- go 1.19
3+ go 1.21.0
44
55require (
66 github.com/VictoriaMetrics/metrics v1.23.1
You can’t perform that action at this time.
0 commit comments