summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2024-08-26 23:17:13 -0400
committersiddharth ravikumar <s@ricketyspace.net>2024-08-26 23:39:49 -0400
commitf54be9ac4909c3073df3c7064f8f74024a04d323 (patch)
tree918429d31ef7c16157cdd9a7f1c44a18a71deca3
parentff82895eacd215ab8d9c6a46f22b840df53186e9 (diff)
go.mod: update go language version
-rw-r--r--README.md10
-rw-r--r--go.mod2
2 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index b278d90..d1d201e 100644
--- a/README.md
+++ b/README.md
@@ -8,22 +8,14 @@ finished set 1, 2, 3, 4 and 5.
## running
-requires `go >= 1.15`
+requires `go >= 1.19`
install it with:
-```bash
-go get ricketyspace.net/cryptopals
-```
-
-or
-
```
go install ricketyspace.net/cryptopals@latest
```
-if using `go >= 1.17`.
-
run challenges with:
```bash
diff --git a/go.mod b/go.mod
index 50306ad..7b1f7ef 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module ricketyspace.net/cryptopals
-go 1.15
+go 1.19