diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-01-21 21:46:26 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-01-21 21:46:26 -0800 |
| commit | 65f782661d27993898ba6571c00df24e7c19c9fa (patch) | |
| tree | 04f7ffeb6dde23c92dc165998db9a4505a30b9b7 /go.mod | |
| parent | 3f0e21c5e3696cf732deeb3ea9cee782ed87fa74 (diff) | |
Downgrade go version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ module github.com/CartConnoisseur/status -go 1.23.4 +go 1.22.5 require golang.org/x/crypto v0.32.0 |