summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-21 01:20:36 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-21 01:20:36 +0200
commit346592440997bae8fc69174646353c83351dba04 (patch)
tree1f44ac4c47e4b96cd8e21257209346749d319cdd /go.mod
parent8c8d4a24f0bab5d4735043a18098d8802adecee8 (diff)
Update to Go 1.23
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 54ef251..11b833c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module git.thomasvoss.com/euro-cash.eu
-go 1.22.5
+go 1.23
require golang.org/x/text v0.17.0