diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2024-08-26 23:17:13 -0400 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2024-08-26 23:39:49 -0400 |
| commit | f54be9ac4909c3073df3c7064f8f74024a04d323 (patch) | |
| tree | 918429d31ef7c16157cdd9a7f1c44a18a71deca3 | |
| parent | ff82895eacd215ab8d9c6a46f22b840df53186e9 (diff) | |
go.mod: update go language version
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 10 deletions
@@ -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 @@ -1,3 +1,3 @@ module ricketyspace.net/cryptopals -go 1.15 +go 1.19 |
