summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKeuin <[email protected]>2023-07-11 23:22:26 +0800
committerKeuin <[email protected]>2023-07-11 23:22:26 +0800
commita4222502579fd8d6de9dbfd866a0ad0a800d087c (patch)
tree55a27bf79e733299a8653860ceae6857e2ae1a1e /go.mod
parent2898ef978ee4bde15a970a47bd94b7423815cc4f (diff)
Bugfix: bump go version to 1.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 7794195..54cf7c2 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/keuin/slbr
-go 1.18
+go 1.20
require (
github.com/akamensky/argparse v1.4.0