diff options
author | Keuin <[email protected]> | 2023-07-11 23:22:26 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-07-11 23:22:26 +0800 |
commit | a4222502579fd8d6de9dbfd866a0ad0a800d087c (patch) | |
tree | 55a27bf79e733299a8653860ceae6857e2ae1a1e /go.mod | |
parent | 2898ef978ee4bde15a970a47bd94b7423815cc4f (diff) |
Bugfix: bump go version to 1.20
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/keuin/slbr -go 1.18 +go 1.20 require ( github.com/akamensky/argparse v1.4.0 |