summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-01 23:38:46 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-01 23:38:46 +0900
commit41b3511ad9a885504a41eb4292fbceeba86e56f0 (patch)
tree02385f62c100e38bffd7f1bb44b979e98fa92761 /go.mod
parent128e4a2e8d9f57373182cad64fb69e33fb20e0ee (diff)
Improve ingestion performance (by around 20%)
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 851d24c0..7cdfa80f 100644
--- a/go.mod
+++ b/go.mod
@@ -17,4 +17,4 @@ require (
golang.org/x/text v0.14.0 // indirect
)
-go 1.17
+go 1.20