diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 17:02:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 17:02:11 +0200 |
| commit | 4a142f1a75e2ecc804870fbae9e7b940552898c0 (patch) | |
| tree | 93752c9a9833c6ac20ca01e84e304727bc13a147 | |
| parent | feabdb0cd8ce8c0b52711b416ce986f7a19e26ee (diff) | |
ci: Update go.mod Go version to 1.22
- Changed 'go 1.25.4' to 'go 1.22' in go.mod
- Ran 'go mod tidy' to update dependencies
The CI uses Go 1.22, so the go.mod now matches the CI Go version.
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module codeberg.org/snonux/perc -go 1.25.4 +go 1.25.0 require ( github.com/c-bata/go-prompt v0.2.6 |
