summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 17:02:11 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 17:02:11 +0200
commit4a142f1a75e2ecc804870fbae9e7b940552898c0 (patch)
tree93752c9a9833c6ac20ca01e84e304727bc13a147 /go.mod
parentfeabdb0cd8ce8c0b52711b416ce986f7a19e26ee (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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bbaf0ac..517231c 100644
--- a/go.mod
+++ b/go.mod
@@ -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